Skip to content

Commit 56c7c08

Browse files
Kira-Pilotkylecarbs
authored andcommitted
fix: change color of time icon for dark mode (#1923)
resolves #1791
1 parent 3b90e8d commit 56c7c08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ const useStyles = makeStyles({
243243
form: {
244244
display: "flex",
245245
justifyContent: "center",
246+
247+
"& input": {
248+
colorScheme: "dark",
249+
},
246250
},
247251
stack: {
248252
// REMARK: 360 is 'arbitrary' in that it gives the helper text enough room

0 commit comments

Comments
 (0)