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

Commit

Permalink
Merge pull request #505 from MeasureAuthoringTool/MAT-6431a
Browse files Browse the repository at this point in the history
MAT-6431: fix single instance 508 contrast
  • Loading branch information
mcmcphillips authored Nov 28, 2023
2 parents e29ab67 + 30afc12 commit 15e0f5f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,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 15e0f5f

Please sign in to comment.