(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:
George Gevoian
2023-01-31 00:23:48 -05:00
parent 95bb03ea33
commit 6ccc195330
7 changed files with 145 additions and 1 deletions

View File

@@ -160,5 +160,4 @@ const cssLinkRow = styled('div', `
const cssDatepickerContainer = styled('div', `
padding-top: 16px;
background-color: white;
`);