@opencxh/ui-kit 3.83.0 → 3.83.1
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
|
@@ -3650,7 +3650,7 @@ function Bt(t) {
|
|
|
3650
3650
|
}
|
|
3651
3651
|
const Pt = ({ name: t, src: a, size: r = "sm", className: n, title: l }) => {
|
|
3652
3652
|
const [o, u] = se.useState(!1), b = p(
|
|
3653
|
-
"inline-flex items-center justify-center rounded-full overflow-hidden shrink-0 font-semibold select-none bg-neutral-
|
|
3653
|
+
"inline-flex items-center justify-center rounded-full overflow-hidden shrink-0 font-semibold select-none bg-neutral-border-emphasis text-default",
|
|
3654
3654
|
_t[r],
|
|
3655
3655
|
n
|
|
3656
3656
|
);
|