Moved to theme colours
This commit is contained in:
@@ -38,8 +38,8 @@ const useStyles = createStyles((theme) => ({
|
|||||||
border: '1px dashed',
|
border: '1px dashed',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderColor: theme.colorScheme === "dark"
|
borderColor: theme.colorScheme === "dark"
|
||||||
? '#373A40'
|
? theme.colors.dark[3]
|
||||||
: '#ced4da',
|
: theme.colors.gray[3],
|
||||||
borderRadius: 10,
|
borderRadius: 10,
|
||||||
backgroundColor: theme.colorScheme === "dark"
|
backgroundColor: theme.colorScheme === "dark"
|
||||||
? theme.colors.dark[4]
|
? theme.colors.dark[4]
|
||||||
@@ -48,6 +48,7 @@ const useStyles = createStyles((theme) => ({
|
|||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
padding: 20,
|
padding: 20,
|
||||||
}
|
}
|
||||||
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const Dropzone = ({
|
const Dropzone = ({
|
||||||
|
|||||||
Reference in New Issue
Block a user