@codapet/design-system 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -712,7 +712,7 @@ function Calendar({
|
|
|
712
712
|
classNames?.weekdays
|
|
713
713
|
),
|
|
714
714
|
weekday: cn(
|
|
715
|
-
"text-slate-700 font-medium rounded-full md:flex-1 size-6 mx-
|
|
715
|
+
"text-slate-700 font-medium rounded-full md:flex-1 size-6 mx-1 font-normal text-[0.8rem] select-none ",
|
|
716
716
|
classNames?.weekday
|
|
717
717
|
),
|
|
718
718
|
week: cn(
|
|
@@ -729,7 +729,7 @@ function Calendar({
|
|
|
729
729
|
classNames?.week_number
|
|
730
730
|
),
|
|
731
731
|
day: cn(
|
|
732
|
-
"relative flex items-center justify-center md:w-full md:h-full p-0 text-center group/day aspect-square select-none size-7 md:mx-0 mx-
|
|
732
|
+
"relative flex items-center justify-center md:w-full md:h-full p-0 text-center group/day aspect-square select-none size-7 md:mx-0 mx-1 rounded-full",
|
|
733
733
|
classNames?.day
|
|
734
734
|
),
|
|
735
735
|
range_start: cn(" bg-accent", classNames?.range_start),
|