Skip to content

Commit 8dab553

Browse files
cleanup
1 parent 4b296a3 commit 8dab553

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/DatePicker/DateRangePicker.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ const DateRangeTableCell = styled(DateTableCell)<{
2727
`}
2828
`;
2929

30-
// ${({ theme }) => }
3130
const PredefinedCalendarContainer = styled(Panel)`
32-
background: #282828;
31+
align-items: start;
32+
background: ${({ theme }) => theme.click.panel.color.background.muted};
3333
`;
3434

3535
const PredefinedDatesContainer = styled(Container)`
@@ -372,6 +372,7 @@ export const DateRangePicker = ({
372372
<Dropdown.Content align="start">
373373
{shouldShowPredefinedDates ? (
374374
<PredefinedCalendarContainer
375+
gap="none"
375376
orientation="horizontal"
376377
padding="none"
377378
>

0 commit comments

Comments
 (0)