We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8594dd commit 4b19865Copy full SHA for 4b19865
src/components/DatePicker/DateRangePicker.tsx
@@ -27,9 +27,9 @@ const DateRangeTableCell = styled(DateTableCell)<{
27
`}
28
`;
29
30
-// ${({ theme }) => }
31
const PredefinedCalendarContainer = styled(Panel)`
32
- background: #282828;
+ align-items: start;
+ background: ${({ theme }) => theme.click.panel.color.background.muted};
33
34
35
const PredefinedDatesContainer = styled(Container)`
@@ -372,6 +372,7 @@ export const DateRangePicker = ({
372
<Dropdown.Content align="start">
373
{shouldShowPredefinedDates ? (
374
<PredefinedCalendarContainer
375
+ gap="none"
376
orientation="horizontal"
377
padding="none"
378
>
0 commit comments