@chekinapp/ui 0.0.41 → 0.0.42

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 CHANGED
@@ -11057,7 +11057,7 @@ function ResponsiveSheet({
11057
11057
  "div",
11058
11058
  {
11059
11059
  className: cn(
11060
- "text-center mb-4 text-[20px] font-semibold leading-7",
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
- "mt-3 text-center text-[14px] leading-6 text-[var(--primary)]/70",
11070
+ "text-center text-[16px] leading-6 text-[var(--primary)]/70",
11071
11071
  descriptionClassName
11072
11072
  ),
11073
11073
  children: description