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

@@ -61,7 +61,7 @@ const styles = theme => {
},
'&:hover': {
background: theme.palette.action02
background: theme.palette.ui04
}
},
header: {