Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix single instance 508 contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Nov 27, 2023
1 parent e9ce2af commit 8ac922c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ const TestCaseImportFromBonnieDialogQDM = ({ open, handleClose, onImport }) => {
{...getInputProps()}
/>
{isDragActive ? (
<p>Drop the files here ...</p>
<p style={{ color: "#666666" }}>Drop the files here ...</p>
) : (
<p>Drag 'n' drop some files here, or click to select files</p>
<p style={{ color: "#666666" }}>
Drag 'n' drop some files here, or click to select files
</p>
)}
</div>
</Paper>
Expand Down

0 comments on commit 8ac922c

Please sign in to comment.