rr
This commit is contained in:
@@ -38,7 +38,7 @@ export const CashReceiptSample = ({
|
||||
customerInfo,
|
||||
productInfo
|
||||
}: CashReceiptSampleProps) => {
|
||||
let [loading, setLoading] = useState<boolean>(true);
|
||||
let [loading, setLoading] = useState<boolean>(false);
|
||||
let [color, setColor] = useState<string>('#0b0606');
|
||||
|
||||
const { t } = useTranslation();
|
||||
|
||||
@@ -20,6 +20,7 @@ const override: CSSProperties = {
|
||||
margin: '0 auto',
|
||||
top: '50%',
|
||||
left: '50%',
|
||||
zIndex: 2000
|
||||
};
|
||||
|
||||
|
||||
@@ -135,7 +136,7 @@ export const DepositReceiptSample = ({
|
||||
<>
|
||||
<div
|
||||
className="bg-dim"
|
||||
style={{ opacity: '0.4' }}
|
||||
style={{zIndex: 1500, opacity: '0.4' }}
|
||||
></div>
|
||||
<FadeLoader
|
||||
color={color}
|
||||
|
||||
Reference in New Issue
Block a user