From 8ac922cf8a91f308c36f433c9f6ce94afa595748 Mon Sep 17 00:00:00 2001 From: mcmcphillips Date: Mon, 27 Nov 2023 10:14:51 -0800 Subject: [PATCH] fix single instance 508 contrast --- .../common/import/TestCaseImportFromBonnieDialogQDM.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/testCaseLanding/common/import/TestCaseImportFromBonnieDialogQDM.tsx b/src/components/testCaseLanding/common/import/TestCaseImportFromBonnieDialogQDM.tsx index e1b810058..11e5c2537 100644 --- a/src/components/testCaseLanding/common/import/TestCaseImportFromBonnieDialogQDM.tsx +++ b/src/components/testCaseLanding/common/import/TestCaseImportFromBonnieDialogQDM.tsx @@ -104,9 +104,11 @@ const TestCaseImportFromBonnieDialogQDM = ({ open, handleClose, onImport }) => { {...getInputProps()} /> {isDragActive ? ( -

Drop the files here ...

+

Drop the files here ...

) : ( -

Drag 'n' drop some files here, or click to select files

+

+ Drag 'n' drop some files here, or click to select files +

)}