@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.
@@ -11,7 +11,7 @@ export declare const styles: {
11
11
  width: number;
12
12
  borderTopLeftRadius: number;
13
13
  borderBottomLeftRadius: number;
14
- backgroundColor: "#808080";
14
+ backgroundColor: "#d3d3d3";
15
15
  justifyContent: string;
16
16
  alignItems: string;
17
17
  };
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.gray,
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.gray,
156517
+ backgroundColor: colors.lightGray,
156518
156518
  justifyContent: 'center',
156519
156519
  alignItems: 'center',
156520
156520
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rahmatsaputra-my-id/react-js-library",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "private": false,