Skip to content

Commit

Permalink
remove padding for vanilla-calendar-day__btn
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Dec 1, 2023
1 parent 1352172 commit d6b1c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/styles/vanilla-calendar.layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
}

.vanilla-calendar-day__btn {
@apply text-xs font-normal w-full h-full min-h-[1.875rem] min-w-[1.875rem] flex items-center justify-center rounded-lg border-0 cursor-default
@apply text-xs font-normal w-full h-full min-h-[1.875rem] min-w-[1.875rem] flex items-center justify-center rounded-lg border-0 p-0 cursor-default
}

.vanilla-calendar-day__btn_today {
Expand Down

0 comments on commit d6b1c25

Please sign in to comment.