Skip to content

Commit 878cbe1

Browse files
committed
frontend: update header text color
1 parent ba406f8 commit 878cbe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/app/components/header.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const group = style({
3939
const link = style({
4040
display: 'block',
4141
textDecoration: 'none',
42-
color: vars.colors.gray[7],
42+
color: vars.colors.black,
4343
padding: '8px 12px',
4444
lineHeight: 1,
4545
userSelect: 'none',

0 commit comments

Comments
 (0)