Skip to content

Commit

Permalink
fix: No background color in the preset section
Browse files Browse the repository at this point in the history
of the DatePicker component
  • Loading branch information
jaieds committed Dec 30, 2024
1 parent f384db9 commit 454ca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datepicker/datepicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const DatePicker = ( {
if ( variant === 'presets' ) {
return (
<div className="flex flex-row shadow-datepicker-wrapper">
<div className="flex flex-col gap-1 p-3 items-start border border-solid border-border-subtle border-r-0 rounded-tl-md rounded-bl-md">
<div className="flex flex-col gap-1 p-3 items-start border border-solid border-border-subtle border-r-0 rounded-tl-md rounded-bl-md bg-background-primary">
{ presets.map( ( preset, index ) => (
<Button
key={ index }
Expand Down

0 comments on commit 454ca36

Please sign in to comment.