@rahmatsaputra-my-id/react-js-library 0.0.87 → 0.0.88
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.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -185796,7 +185796,7 @@ var styles = {
|
|
|
185796
185796
|
backgroundColor: colors.white,
|
|
185797
185797
|
padding: 8,
|
|
185798
185798
|
borderRadius: 4,
|
|
185799
|
-
border: "
|
|
185799
|
+
border: "2px solid ".concat(colors.black),
|
|
185800
185800
|
},
|
|
185801
185801
|
container: {
|
|
185802
185802
|
display: 'flex',
|
package/dist/index.js
CHANGED
|
@@ -185805,7 +185805,7 @@ var styles = {
|
|
|
185805
185805
|
backgroundColor: colors.white,
|
|
185806
185806
|
padding: 8,
|
|
185807
185807
|
borderRadius: 4,
|
|
185808
|
-
border: "
|
|
185808
|
+
border: "2px solid ".concat(colors.black),
|
|
185809
185809
|
},
|
|
185810
185810
|
container: {
|
|
185811
185811
|
display: 'flex',
|