Skip to content

Commit 6df522a

Browse files
authored
fix(colors): states-bg-theme-less-refrerence (#DS-3400) (#71)
1 parent 64df38c commit 6df522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/design-tokens/web/properties/colors.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
'theme-active': { value: '{dark.theme.palette.value.39}' },
363363
'theme-fade-hover': { value: '{dark.theme.palette.value.26}' },
364364
'theme-fade-active': { value: '{dark.theme.palette.value.28}' },
365-
'theme-less-hover': { value: '{dark.theme.palette.value.15}' },
365+
'theme-less-hover': { value: '{dark.theme.palette.value.17}' },
366366
'theme-less-active': { value: '{dark.theme.palette.value.19}' },
367367
// CONTRAST
368368
'contrast-hover': { value: '{dark.contrast.palette.value.80}' },

0 commit comments

Comments
 (0)