Skip to content

Commit

Permalink
#254 Fix date picker current date's conflicting text class names
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Beceic authored and jtomic-croz committed Jun 5, 2024
1 parent 916be97 commit c176ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/theme/src/defaultTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ const defaultComponentConfig = {
firstOrLast: "bg-primary text-primary-contrast",
selected: "bg-primary-light text-primary-contrast",
hovered: "bg-primary-light text-primary-contrast",
currentDate: "ring-2 ring-inset ring-white border border-primary-dark text-primary-dark",
currentDate: "ring-2 ring-inset ring-white border border-primary-dark",
dateHovered: `hover:bg-primary hover:text-primary-contrast`,
yearHovered: `hover:bg-primary hover:text-primary-contrast`,
disabled: "opacity-50 text-slate-700 ",
Expand Down Expand Up @@ -1621,11 +1621,11 @@ const defaultComponentConfig = {
contentContainer: "px-4 py-8 sm:px-0 z-0",
navigationContainer: {
fixed: "transition duration-300 w-full sticky top-0 z-30",
scrolled: "-translate-y-full"
scrolled: "-translate-y-full",
},
heading: {
fixed: "bg-gray-100 transition duration-300 sticky top-0 w-full z-20",
}
},
},
StatusButton: {
icon: {
Expand Down

0 comments on commit c176ae9

Please sign in to comment.