Skip to content

Commit c176ae9

Browse files
Felix Beceicjtomic-croz
Felix Beceic
authored andcommitted
#254 Fix date picker current date's conflicting text class names
1 parent 916be97 commit c176ae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/theme/src/defaultTheme.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ const defaultComponentConfig = {
739739
firstOrLast: "bg-primary text-primary-contrast",
740740
selected: "bg-primary-light text-primary-contrast",
741741
hovered: "bg-primary-light text-primary-contrast",
742-
currentDate: "ring-2 ring-inset ring-white border border-primary-dark text-primary-dark",
742+
currentDate: "ring-2 ring-inset ring-white border border-primary-dark",
743743
dateHovered: `hover:bg-primary hover:text-primary-contrast`,
744744
yearHovered: `hover:bg-primary hover:text-primary-contrast`,
745745
disabled: "opacity-50 text-slate-700 ",
@@ -1621,11 +1621,11 @@ const defaultComponentConfig = {
16211621
contentContainer: "px-4 py-8 sm:px-0 z-0",
16221622
navigationContainer: {
16231623
fixed: "transition duration-300 w-full sticky top-0 z-30",
1624-
scrolled: "-translate-y-full"
1624+
scrolled: "-translate-y-full",
16251625
},
16261626
heading: {
16271627
fixed: "bg-gray-100 transition duration-300 sticky top-0 w-full z-20",
1628-
}
1628+
},
16291629
},
16301630
StatusButton: {
16311631
icon: {

0 commit comments

Comments
 (0)