@zoyth/simple-site-framework 1.0.2 → 1.0.4
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/components/index.js
CHANGED
|
@@ -33688,8 +33688,8 @@ function TextToggle({
|
|
|
33688
33688
|
onClick: handleClick,
|
|
33689
33689
|
className: cn(
|
|
33690
33690
|
"text-sm font-medium text-gray-600 hover:text-gray-900 transition-colors",
|
|
33691
|
-
"
|
|
33692
|
-
// Match hamburger button height
|
|
33691
|
+
"inline-flex items-center h-10",
|
|
33692
|
+
// Match hamburger button height (p-2 + 24px icon = 40px)
|
|
33693
33693
|
className
|
|
33694
33694
|
),
|
|
33695
33695
|
"aria-label": `Switch to ${displayText}`,
|