@rahmatsaputra-my-id/react-js-library 0.0.83 → 0.0.84
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
CHANGED
|
@@ -156505,7 +156505,7 @@ var styles$a = {
|
|
|
156505
156505
|
width: 80,
|
|
156506
156506
|
borderTopLeftRadius: 8,
|
|
156507
156507
|
borderBottomLeftRadius: 8,
|
|
156508
|
-
backgroundColor: colors.
|
|
156508
|
+
backgroundColor: colors.lightGray,
|
|
156509
156509
|
justifyContent: 'center',
|
|
156510
156510
|
alignItems: 'center',
|
|
156511
156511
|
},
|
package/dist/index.js
CHANGED
|
@@ -156514,7 +156514,7 @@ var styles$a = {
|
|
|
156514
156514
|
width: 80,
|
|
156515
156515
|
borderTopLeftRadius: 8,
|
|
156516
156516
|
borderBottomLeftRadius: 8,
|
|
156517
|
-
backgroundColor: colors.
|
|
156517
|
+
backgroundColor: colors.lightGray,
|
|
156518
156518
|
justifyContent: 'center',
|
|
156519
156519
|
alignItems: 'center',
|
|
156520
156520
|
},
|