Skip to content

Commit 2e574a4

Browse files
rmnturovRoman Turov
andauthored
fix: contrast-fade in dark theme (#DS-4701) (#124)
Co-authored-by: Roman Turov <rturov@ptsecurity.com>
1 parent 4260769 commit 2e574a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
'theme-less': { value: '{dark.theme.palette.value.15}' },
274274
// CONTRAST
275275
contrast: { value: '{dark.contrast.palette.value.90}' },
276-
'contrast-fade': { value: '{dark.contrast.palette.value.25}' },
276+
'contrast-fade': { value: '{dark.contrast.palette.value.23}' },
277277
'contrast-less': { value: '{dark.contrast.palette.value.17}' },
278278
// ERROR
279279
error: { value: '{dark.error.palette.value.41}' },

0 commit comments

Comments
 (0)