Skip to content

Commit ccaf299

Browse files
committed
Merge remote-tracking branch 'origin/master' into cocalc-api-20250927
2 parents e3b9acc + f90bf40 commit ccaf299

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)