Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 4ea7a64

Browse files
committed
fix: date widget calendar icon color
1 parent ad943de commit 4ea7a64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/widgets/datetime/DateTimeControl.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@
4242
}
4343
}
4444
}
45+
46+
& .MuiIconButton-root {
47+
color: var(--text-secondary);
48+
}
4549
}
4650
}

0 commit comments

Comments
 (0)