mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
lighter grey colour
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user