@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.cjs
CHANGED
|
@@ -11057,7 +11057,7 @@ function ResponsiveSheet({
|
|
|
11057
11057
|
"div",
|
|
11058
11058
|
{
|
|
11059
11059
|
className: cn(
|
|
11060
|
-
"text-center mb-
|
|
11060
|
+
"text-center mb-3 text-[26px] font-semibold leading-7",
|
|
11061
11061
|
titleClassName
|
|
11062
11062
|
),
|
|
11063
11063
|
children: title
|
|
@@ -11067,7 +11067,7 @@ function ResponsiveSheet({
|
|
|
11067
11067
|
"p",
|
|
11068
11068
|
{
|
|
11069
11069
|
className: cn(
|
|
11070
|
-
"
|
|
11070
|
+
"text-center text-[16px] leading-6 text-[var(--primary)]/70",
|
|
11071
11071
|
descriptionClassName
|
|
11072
11072
|
),
|
|
11073
11073
|
children: description
|