Skip to content

Commit

Permalink
color theme graph watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Sep 13, 2023
1 parent 682cefe commit bae4a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-web/src/components/graph/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const useStyles = makeStyles()(theme => ({
fontWeight: "bold",
letterSpacing: "1px",
fontSize: "1rem",
color: "rgba(255,255,255,.2)"
color: theme.palette.mode === "dark" ? theme.palette.grey[800] : theme.palette.grey[400]
}
},
graphTooltip: {
Expand Down

0 comments on commit bae4a47

Please sign in to comment.