@yakavkaz/uikit 0.0.12 → 0.0.13
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
|
@@ -694,7 +694,7 @@ const Bg = E(
|
|
|
694
694
|
{
|
|
695
695
|
ref: i,
|
|
696
696
|
className: x(
|
|
697
|
-
"relative flex w-full
|
|
697
|
+
"relative flex w-full items-center justify-between",
|
|
698
698
|
"before:bg-success-700 pl-6 before:absolute before:top-1/2 before:left-0 before:h-6 before:w-3 before:-translate-y-1/2 before:content-['']",
|
|
699
699
|
g
|
|
700
700
|
),
|