Skip to content

Commit f889613

Browse files
authored
BACKLOG-15220: Change the color of text.secondary in design-system-kit (#187)
1 parent d1e2a7b commit f889613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/design-system-kit/src/theme/palette.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ const dsGenericPalette = {
4747
},
4848
text: {
4949
primary: rgba(color.dark),
50-
secondary: rgba(color.dark, 0.6),
50+
secondary: rgba(color.grayDark),
5151
hint: rgba(color.blueDark),
5252
disabled: '#91A3ae',
53-
contrastText: '#ffffff'
53+
contrastText: rgba(color.light)
5454
},
5555
border: {
5656
main: '#D8DEE3'

0 commit comments

Comments
 (0)