Skip to content

Commit

Permalink
add outline styles to calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jan 31, 2025
1 parent 18a0b5f commit 5fabe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/theme-core/src/components/Calendar.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Calendar: ThemeComponent<'Calendar'> = {
'data-unavailable:text-text-base-disabled data-unavailable:cursor-not-allowed',
'data-hovered:[&:not([data-unavailable])]:bg-bg-inverted-hover',
'data-selected:bg-bg-selected outline-hidden data-selected:font-semibold data-selected:text-white',
'data-focus-visible:outline-outline-focus',
'data-focus-visible:outline-outline-focus data-focus-visible:outline data-focus-visible:outline-offset-1',
]),
calendarControllers: cva(),
calendarHeader: cva(['fontWeight:bolder p-2']),
Expand Down

0 comments on commit 5fabe3b

Please sign in to comment.