fix(theme) Fix tokens (#11822)

Fix elements to use correct tokens
This commit is contained in:
Robert Pintilii
2022-07-12 15:28:20 +03:00
committed by GitHub
parent f31a7f31e6
commit 139fa9b3f2
19 changed files with 156 additions and 257 deletions

View File

@@ -43,7 +43,7 @@ const useStyles = makeStyles(theme => {
backgroundColor: theme.palette.field01,
border: '1px solid',
borderRadius: theme.shape.borderRadius,
borderColor: theme.palette.border02,
borderColor: theme.palette.ui05,
color: theme.palette.text01,
padding: '10px 16px 10px 44px',
width: '100%',
@@ -100,7 +100,7 @@ const useStyles = makeStyles(theme => {
boxSizing: 'borderBox',
overflow: 'hidden',
border: '1px solid',
borderColor: theme.palette.border02,
borderColor: theme.palette.ui05,
backgroundColor: theme.palette.field01,
color: theme.palette.field02,
borderRadius: theme.shape.borderRadius,