shekel-fe-shared-lib 1.0.18 → 1.0.19
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/dist/shekel-fe-shared-lib.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1734,7 +1734,6 @@ const z0 = ({
|
|
|
1734
1734
|
style: {
|
|
1735
1735
|
height: "44px",
|
|
1736
1736
|
borderRadius: "12px",
|
|
1737
|
-
borderColor: e ? "#C21919" : "#D1D1D1",
|
|
1738
1737
|
...i.style
|
|
1739
1738
|
}
|
|
1740
1739
|
}
|
|
@@ -1801,7 +1800,6 @@ const z0 = ({
|
|
|
1801
1800
|
style: {
|
|
1802
1801
|
height: "44px",
|
|
1803
1802
|
borderRadius: "12px",
|
|
1804
|
-
borderColor: e ? "#C21919" : "#D1D1D1",
|
|
1805
1803
|
...i.style
|
|
1806
1804
|
}
|
|
1807
1805
|
}
|