@opencxh/ui-kit 3.110.2 → 3.110.3
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4011,7 +4011,7 @@ function fn({
|
|
|
4011
4011
|
}
|
|
4012
4012
|
} : {},
|
|
4013
4013
|
className: d(
|
|
4014
|
-
"flex items-center gap-3 px-4 py-2
|
|
4014
|
+
"flex items-center gap-3 px-4 py-2 text-base",
|
|
4015
4015
|
"transition-colors duration-fast ease-out",
|
|
4016
4016
|
n === "divided" && !j && "border-t border-border-subtle",
|
|
4017
4017
|
c && "cursor-pointer focus-visible:outline-none focus-visible:focus-ring",
|