We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e2a7b commit f889613Copy full SHA for f889613
packages/design-system-kit/src/theme/palette.js
@@ -47,10 +47,10 @@ const dsGenericPalette = {
47
},
48
text: {
49
primary: rgba(color.dark),
50
- secondary: rgba(color.dark, 0.6),
+ secondary: rgba(color.grayDark),
51
hint: rgba(color.blueDark),
52
disabled: '#91A3ae',
53
- contrastText: '#ffffff'
+ contrastText: rgba(color.light)
54
55
border: {
56
main: '#D8DEE3'
0 commit comments