Skip to content

Commit

Permalink
unify calendar radius like other inputs (#3256)
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAbdellateef authored Aug 9, 2023
1 parent 4e430ac commit 1bff9ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ export const Calendar = ({
<div
tabIndex={-1}
className={cn(
'flex w-[360px] flex-col rounded-2xl p-4 shadow-[0_4px_4px_rgba(165,165,165,0.25)]',
'flex w-[360px] flex-col rounded-sm p-4 shadow-[0_4px_4px_rgba(165,165,165,0.25)]',
classNames.calendar
)}
{...calendarProps}
{...calendarState}
ref={ref}
>
<div className="mb-4 flex items-center gap-[60px]">
<div className="flex min-w-[170px] gap-[9px] [&_button]:h-10 [&_button]:rounded-[10px] [&_div]:flex">
<div className="flex min-w-[170px] gap-[9px] [&_div]:flex">
<MonthDropdown state={state} />
<YearDropdown state={state} />
</div>
Expand Down

3 comments on commit 1bff9ac

@vercel
Copy link

@vercel vercel bot commented on 1bff9ac Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1bff9ac Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-docs – ./

marigold-docs.vercel.app
marigold-docs-git-main-marigold.vercel.app
marigold-docs-marigold.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1bff9ac Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-latest.vercel.app
marigold-storybook-marigold.vercel.app
marigold-storybook-git-main-marigold.vercel.app

Please sign in to comment.