lighter grey colour

This commit is contained in:
Proddy
2022-09-25 10:44:23 +02:00
parent d6ee8ccb2d
commit c841c8c284

View File

@@ -64,7 +64,7 @@ const SingleUpload: FC<SingleUploadProps> = ({ onDrop, onCancel, uploading, prog
borderWidth: 2, borderWidth: 2,
borderRadius: 2, borderRadius: 2,
borderStyle: 'dashed', borderStyle: 'dashed',
color: theme.palette.grey[700], color: theme.palette.grey[400],
transition: 'border .24s ease-in-out', transition: 'border .24s ease-in-out',
width: '100%', width: '100%',
cursor: uploading ? 'default' : 'pointer', cursor: uploading ? 'default' : 'pointer',