Skip to content

Commit

Permalink
style: increase date picker width
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 31, 2023
1 parent 833bd6c commit 3ee2ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/search/FilterComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const CalendarFilter = (props: CalendarFilterProps) => {
selected={start}
onChange={handleStartChange}
onSelect={handleStartChange}
className="w-40 appearance-none rounded-lg border-[1px] border-gray px-4 py-2"
className="w-44 appearance-none rounded-lg border-[1px] border-gray px-4 py-2"
/>
</div>
</div>
Expand All @@ -111,7 +111,7 @@ export const CalendarFilter = (props: CalendarFilterProps) => {
selected={end}
onChange={handleEndChange}
onSelect={handleEndChange}
className="w-40 appearance-none rounded-lg border-[1px] border-gray px-4 py-2"
className="w-44 appearance-none rounded-lg border-[1px] border-gray px-4 py-2"
/>
</div>
</div>
Expand Down

0 comments on commit 3ee2ceb

Please sign in to comment.