diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx b/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx index 6aa70653c602..434f8a87b853 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx @@ -467,7 +467,7 @@ function IOURequestStepScan({ > {pdfFile && ( { setPdfFile(null); diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.tsx b/src/pages/iou/request/step/IOURequestStepScan/index.tsx index 7b7deb9ff163..387a09a35107 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.tsx @@ -519,7 +519,7 @@ function IOURequestStepScan({ const PDFThumbnailView = pdfFile ? ( { setPdfFile(null); diff --git a/src/styles/index.ts b/src/styles/index.ts index 41edeb52b5d3..fc91920eeae5 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -1038,7 +1038,7 @@ const styles = (theme: ThemeColors) => justifyContent: 'center', }, - invisiblePdf: { + invisiblePDF: { position: 'absolute', opacity: 0, width: 1,