Skip to content

Commit 15be531

Browse files
committed
fix: change color of time icon for dark mode
resolves #1791
1 parent 9b19dc9 commit 15be531

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)