Skip to content

Commit 555bf24

Browse files
authored
fix: change color of time icon for dark mode (#1923)
resolves #1791
1 parent bdacbd4 commit 555bf24

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)