Skip to content

Commit 9a0e553

Browse files
committed
Previous design issue
1 parent a38eb9a commit 9a0e553

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/src/components/Expander/Expander.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,15 @@ export const Expander: FC<PropsWithChildren<ExpanderProps>> = ({
5555
const useStyles = makeStyles((theme) => ({
5656
expandLink: {
5757
cursor: "pointer",
58-
color: theme.palette.text.primary,
58+
color: theme.palette.text.secondary,
5959
},
6060
collapseLink: {
6161
marginTop: theme.spacing(2),
62-
color: theme.palette.text.primary,
6362
},
6463
text: {
6564
display: "flex",
6665
alignItems: "center",
67-
color: theme.palette.text.primary,
66+
color: theme.palette.text.secondary,
6867
fontSize: theme.typography.caption.fontSize,
6968
},
7069
}))

0 commit comments

Comments
 (0)