react-native-boxes 1.4.57 → 1.4.58

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Styles.tsx +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-boxes",
3
- "version": "1.4.57",
3
+ "version": "1.4.58",
4
4
  "description": "A react native library for rapid development of UI using boxes",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/Styles.tsx CHANGED
@@ -30,8 +30,8 @@ export const Fonts = {
30
30
  }
31
31
 
32
32
  export const Colors = {
33
- accent: '#1976D2',
34
- accentLight: '#2196F3',
33
+ accent: '#086CFE',
34
+ accentLight: '#337DFF',
35
35
  text: '#444444',
36
36
  caption: '#A9A9A9',
37
37
  heading: '#222222',
@@ -55,8 +55,8 @@ export const Colors = {
55
55
  export const LightColors = Colors
56
56
 
57
57
  export const DarkColors = {
58
- accent: '#1976D2',
59
- accentLight: '#2196F3',
58
+ accent: '#086CFE',
59
+ accentLight: '#337DFF',
60
60
  text: '#f2f2f2',
61
61
  caption: '#565656',
62
62
  heading: '#dddddd',