(core) Fixes date filter calendar view for dark mode

Summary:
The calendar picker does not support dark theme just yet. So the diff
makes sure the that the background remains white.

Test Plan: Should not break anything.

Reviewers: cyprien

Subscribers: anaisconce

Differential Revision: https://phab.getgrist.com/D3744
This commit is contained in:
Cyprien P 2022-12-29 15:15:13 -05:00 committed by Paul Fitzpatrick
parent 17836031c5
commit c0e9c18128

View File

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