Skip to content

Commit 26d6c09

Browse files
committed
Refactor icon colors
1 parent f37a88d commit 26d6c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/FullPageLayout/Topbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const TopbarIcon = forwardRef<HTMLOrSVGElement, TopbarIconProps>(
120120
{
121121
...restProps,
122122
ref,
123-
className: css({ fontSize: 16, color: theme.palette.text.secondary }),
123+
className: css({ fontSize: 16, color: theme.palette.text.disabled }),
124124
},
125125
);
126126
},

0 commit comments

Comments
 (0)