@@ -61,18 +61,18 @@ import {StyledHeaderWrapper, StyledWrapper} from "./storybook-components.tsx";
6161 title = " Content (text, icons)"
6262 subtitle = { ' These colors are used for text and icons.' }
6363 colors = { {
64- fillPrimaryRed : themeConfig .light .styleguideColors .contentPrimary ,
65- fillPrimaryRedHover : themeConfig .light .styleguideColors .contentSecondary ,
66- fillPrimaryRedClick : themeConfig .light .styleguideColors .contentTertiary ,
67- fillPrimaryBlue : themeConfig .light .styleguideColors .contentQuaternary ,
68- fillPrimaryBlueHover : themeConfig .light .styleguideColors .contentOnFill ,
69- fillPrimaryBlueClick : themeConfig .light .styleguideColors .contentBlue ,
70- fillSecondary : themeConfig .light .styleguideColors .contentRed ,
71- fillSecondaryRedHover : themeConfig .light .styleguideColors .contentGreen ,
72- fillSecondaryRedClick : themeConfig .light .styleguideColors .contentViolet ,
73- fillSecondaryBlueHover : themeConfig .light .styleguideColors .contentYellow ,
74- fillSecondaryBlueClick : themeConfig .light .styleguideColors .contentWarmGreen ,
75- fillTertiary : themeConfig .light .styleguideColors .contentLightBlue ,
64+ contentPrimary : themeConfig .light .styleguideColors .contentPrimary ,
65+ contentSecondary : themeConfig .light .styleguideColors .contentSecondary ,
66+ contentTertiary : themeConfig .light .styleguideColors .contentTertiary ,
67+ contentQuaternary : themeConfig .light .styleguideColors .contentQuaternary ,
68+ contentOnFill : themeConfig .light .styleguideColors .contentOnFill ,
69+ contentBlue : themeConfig .light .styleguideColors .contentBlue ,
70+ contentRed : themeConfig .light .styleguideColors .contentRed ,
71+ contentGreen : themeConfig .light .styleguideColors .contentGreen ,
72+ contentViolet : themeConfig .light .styleguideColors .contentViolet ,
73+ contentYellow : themeConfig .light .styleguideColors .contentYellow ,
74+ contentWarmGreen : themeConfig .light .styleguideColors .contentWarmGreen ,
75+ contentLightBlue : themeConfig .light .styleguideColors .contentLightBlue ,
7676 }}
7777 />
7878</ColorPalette >
@@ -125,18 +125,18 @@ import {StyledHeaderWrapper, StyledWrapper} from "./storybook-components.tsx";
125125 title = " Content (text, icons)"
126126 subtitle = { ' These colors are used for text and icons.' }
127127 colors = { {
128- fillPrimaryRed : themeConfig .dark .styleguideColors .contentPrimary ,
129- fillPrimaryRedHover : themeConfig .dark .styleguideColors .contentSecondary ,
130- fillPrimaryRedClick : themeConfig .dark .styleguideColors .contentTertiary ,
131- fillPrimaryBlue : themeConfig .dark .styleguideColors .contentQuaternary ,
132- fillPrimaryBlueHover : themeConfig .dark .styleguideColors .contentOnFill ,
133- fillPrimaryBlueClick : themeConfig .dark .styleguideColors .contentBlue ,
134- fillSecondary : themeConfig .dark .styleguideColors .contentRed ,
135- fillSecondaryRedHover : themeConfig .dark .styleguideColors .contentGreen ,
136- fillSecondaryRedClick : themeConfig .dark .styleguideColors .contentViolet ,
137- fillSecondaryBlueHover : themeConfig .dark .styleguideColors .contentYellow ,
138- fillSecondaryBlueClick : themeConfig .dark .styleguideColors .contentWarmGreen ,
139- fillTertiary : themeConfig .dark .styleguideColors .contentLightBlue ,
128+ contentPrimary : themeConfig .dark .styleguideColors .contentPrimary ,
129+ contentSecondary : themeConfig .dark .styleguideColors .contentSecondary ,
130+ contentTertiary : themeConfig .dark .styleguideColors .contentTertiary ,
131+ contentQuaternary : themeConfig .dark .styleguideColors .contentQuaternary ,
132+ contentOnFill : themeConfig .dark .styleguideColors .contentOnFill ,
133+ contentBlue : themeConfig .dark .styleguideColors .contentBlue ,
134+ contentRed : themeConfig .dark .styleguideColors .contentRed ,
135+ contentGreen : themeConfig .dark .styleguideColors .contentGreen ,
136+ contentViolet : themeConfig .dark .styleguideColors .contentViolet ,
137+ contentYellow : themeConfig .dark .styleguideColors .contentYellow ,
138+ contentWarmGreen : themeConfig .dark .styleguideColors .contentWarmGreen ,
139+ contentLightBlue : themeConfig .dark .styleguideColors .contentLightBlue ,
140140 }}
141141 />
142142</ColorPalette >
0 commit comments