mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +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:
parent
17836031c5
commit
c0e9c18128
@ -161,4 +161,5 @@ const cssLinkRow = styled('div', `
|
||||
|
||||
const cssDatepickerContainer = styled('div', `
|
||||
padding-top: 16px;
|
||||
background-color: white;
|
||||
`);
|
||||
|
Loading…
Reference in New Issue
Block a user