fix: change color of time icon for dark mode (#1923)

resolves #1791
This commit is contained in:
Kira Pilot
2022-05-31 12:33:15 -04:00
committed by GitHub
parent bdacbd4989
commit 555bf2461a

View File

@ -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