@pnkx-lib/ui 1.9.218 → 1.9.219
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/es/ui/index.js +1 -2
- package/package.json +1 -1
package/es/ui/index.js
CHANGED
|
@@ -4728,8 +4728,7 @@ const ButtonBadge = (props) => {
|
|
|
4728
4728
|
{
|
|
4729
4729
|
className: twMerge(
|
|
4730
4730
|
"ml-1 mt-1 !rounded-[8px] !text-[12px]",
|
|
4731
|
-
active ? "!border-[#007BE5] !bg-[#E5F4FF] !text-[#0f1d40]" : "!border-[white] !shadow-none"
|
|
4732
|
-
"!text-[#5C657D]"
|
|
4731
|
+
active ? "!border-[#007BE5] !bg-[#E5F4FF] !text-[#0f1d40]" : "!border-[white] !shadow-none !text-[#5C657D]"
|
|
4733
4732
|
),
|
|
4734
4733
|
onClick: handleClick,
|
|
4735
4734
|
children: [
|