Skip to content

Commit f90bf40

Browse files
Merge pull request #8648 from novoselt/wcag
frontend/app: darken AntD description text for WCAG
2 parents 70a0a43 + 5c2ef21 commit f90bf40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/packages/frontend/app/context.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,12 @@ export function useAntdStyleProvider() {
9696

9797
const algorithm = compact ? { algorithm: theme.compactAlgorithm } : undefined;
9898

99+
const textColors = { colorTextDescription: COLORS.GRAY_DD };
100+
99101
const antdTheme: ThemeConfig = {
100102
...algorithm,
101103
token: {
104+
...textColors,
102105
...brandedColors,
103106
...borderStyle,
104107
...animationStyle,

0 commit comments

Comments
 (0)