We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38eb9a commit 9a0e553Copy full SHA for 9a0e553
site/src/components/Expander/Expander.tsx
@@ -55,16 +55,15 @@ export const Expander: FC<PropsWithChildren<ExpanderProps>> = ({
55
const useStyles = makeStyles((theme) => ({
56
expandLink: {
57
cursor: "pointer",
58
- color: theme.palette.text.primary,
+ color: theme.palette.text.secondary,
59
},
60
collapseLink: {
61
marginTop: theme.spacing(2),
62
63
64
text: {
65
display: "flex",
66
alignItems: "center",
67
68
fontSize: theme.typography.caption.fontSize,
69
70
}))
0 commit comments