mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add dark theme to date picker
Summary: Updates the date picker to use a dark theme when dark mode is enabled. Test Plan: Manual. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3780
This commit is contained in:
@@ -160,5 +160,4 @@ const cssLinkRow = styled('div', `
|
||||
|
||||
const cssDatepickerContainer = styled('div', `
|
||||
padding-top: 16px;
|
||||
background-color: white;
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user