fix(design-system) Remove tokens that are not part of DS (#13122)

Replace tokens with ones that are part of the Design System and are either the same or very similar
This commit is contained in:
Robert Pintilii
2023-03-29 09:20:18 +03:00
committed by GitHub
parent 5706d077e2
commit 1bf0bd6bca
33 changed files with 74 additions and 191 deletions

View File

@@ -35,7 +35,7 @@ export default {
buttonDisabled: {
...button,
backgroundColor: BaseTheme.palette.actionDisabled
backgroundColor: BaseTheme.palette.ui08
},
buttonLabelPrimary: {