Skip to content

Commit

Permalink
fix: change color of time icon for dark mode (#1923)
Browse files Browse the repository at this point in the history
resolves #1791
  • Loading branch information
Kira-Pilot committed May 31, 2022
1 parent bdacbd4 commit 555bf24
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ const useStyles = makeStyles({
form: {
display: "flex",
justifyContent: "center",

"& input": {
colorScheme: "dark",
},
},
stack: {
// REMARK: 360 is 'arbitrary' in that it gives the helper text enough room
Expand Down

0 comments on commit 555bf24

Please sign in to comment.