Skip to content

Commit

Permalink
fix(theme): correct typo in calendar cellBody height class
Browse files Browse the repository at this point in the history
  • Loading branch information
1amageek committed Nov 23, 2024
1 parent b327e40 commit b2fcf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/theme/src/components/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const calendar = tv({
"data-[unavailable=true]:line-through",
...dataFocusVisibleClasses,
],
cellBody: "w-full h-wull",
cellBody: "w-full h-full",
pickerWrapper:
"absolute inset-x-0 top-0 flex w-full h-[var(--picker-height)] justify-center opacity-0 pointer-events-none",
pickerMonthList: "items-start",
Expand Down

0 comments on commit b2fcf12

Please sign in to comment.