Skip to content

Commit c775912

Browse files
committed
Updated design system colors for high contrast fixes
1 parent 61e3d8e commit c775912

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/cspr-design.es.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20635,12 +20635,12 @@ const ba = new RegExp(`(${Object.values(Jr).join("|")})(?=[0-9a-fA-F])`, "i"), I
2063520635
contentQuaternary: "#D2D3D9",
2063620636
contentOnFill: "#FFFFFF",
2063720637
contentBlue: "#0021A5",
20638-
contentRed: "#E6332A",
20638+
contentRed: "#D8251C",
2063920639
contentGreen: "#31DE91",
2064020640
contentViolet: "#8B5BF1",
2064120641
contentYellow: "#F1BF0B",
2064220642
contentWarmGreen: "#BBDE31",
20643-
contentLightBlue: "#7490FF"
20643+
contentLightBlue: "#375AE9"
2064420644
},
2064520645
boxShadow: {
2064620646
unset: "unset",

dist/cspr-design.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/theme-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,12 @@ export const themeConfig: ThemeConfigType = {
265265
contentQuaternary: '#D2D3D9',
266266
contentOnFill: '#FFFFFF',
267267
contentBlue: '#0021A5',
268-
contentRed: '#E6332A',
268+
contentRed: '#D8251C',
269269
contentGreen: '#31DE91',
270270
contentViolet: '#8B5BF1',
271271
contentYellow: '#F1BF0B',
272272
contentWarmGreen: '#BBDE31',
273-
contentLightBlue: '#7490FF',
273+
contentLightBlue: '#375AE9',
274274
},
275275
boxShadow: {
276276
unset: 'unset',

0 commit comments

Comments
 (0)