@chekinapp/ui 0.0.41 → 0.0.43
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10747,7 +10747,7 @@ function ResponsiveSheet({
|
|
|
10747
10747
|
"div",
|
|
10748
10748
|
{
|
|
10749
10749
|
className: cn(
|
|
10750
|
-
"text-center mb-
|
|
10750
|
+
"text-center mb-3 text-[26px] font-semibold leading-7",
|
|
10751
10751
|
titleClassName
|
|
10752
10752
|
),
|
|
10753
10753
|
children: title
|
|
@@ -10757,7 +10757,7 @@ function ResponsiveSheet({
|
|
|
10757
10757
|
"p",
|
|
10758
10758
|
{
|
|
10759
10759
|
className: cn(
|
|
10760
|
-
"
|
|
10760
|
+
"text-center text-[16px] leading-6 text-[var(--primary)]/70",
|
|
10761
10761
|
descriptionClassName
|
|
10762
10762
|
),
|
|
10763
10763
|
children: description
|