mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
committed by
Paul Fitzpatrick
parent
17836031c5
commit
c0e9c18128
@@ -161,4 +161,5 @@ const cssLinkRow = styled('div', `
|
||||
|
||||
const cssDatepickerContainer = styled('div', `
|
||||
padding-top: 16px;
|
||||
background-color: white;
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user