Commit c176ae9 1 parent 916be97 commit c176ae9 Copy full SHA for c176ae9
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ const defaultComponentConfig = {
739
739
firstOrLast : "bg-primary text-primary-contrast" ,
740
740
selected : "bg-primary-light text-primary-contrast" ,
741
741
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" ,
743
743
dateHovered : `hover:bg-primary hover:text-primary-contrast` ,
744
744
yearHovered : `hover:bg-primary hover:text-primary-contrast` ,
745
745
disabled : "opacity-50 text-slate-700 " ,
@@ -1621,11 +1621,11 @@ const defaultComponentConfig = {
1621
1621
contentContainer : "px-4 py-8 sm:px-0 z-0" ,
1622
1622
navigationContainer : {
1623
1623
fixed : "transition duration-300 w-full sticky top-0 z-30" ,
1624
- scrolled : "-translate-y-full"
1624
+ scrolled : "-translate-y-full" ,
1625
1625
} ,
1626
1626
heading : {
1627
1627
fixed : "bg-gray-100 transition duration-300 sticky top-0 w-full z-20" ,
1628
- }
1628
+ } ,
1629
1629
} ,
1630
1630
StatusButton : {
1631
1631
icon : {
You can’t perform that action at this time.
0 commit comments