Skip to content

Commit

Permalink
refactor(theme): update gridBodyRow styles for better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
1amageek committed Nov 23, 2024
1 parent 01b3ba2 commit 874af0b
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 @@ -30,7 +30,7 @@ const calendar = tv({
gridHeaderRow: "px-4 pb-2 flex justify-center text-default-400",
gridHeaderCell: "flex w-full justify-center items-center font-medium text-small",
gridBody: "w-full h-full",
gridBodyRow: "flex h-full justify-start items-start first:mt-2",
gridBodyRow: "flex h-full px-4 justify-start items-start first:mt-2",
cell: "py-0.5 px-0 w-full h-full",
cellButton: ["relative w-full h-full justify-start", ...dataFocusVisibleClasses],
cellContent: "flex flex-col w-full gap-0.5 justify-start items-center ",
Expand Down

0 comments on commit 874af0b

Please sign in to comment.