ikualo-ui-kit-mobile 1.0.2 → 1.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ikualo-ui-kit-mobile",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "main": "src/index.ts",
5
5
  "scripts": {
6
6
  "start": "expo start",
@@ -109,7 +109,7 @@ const light = {
109
109
  background_tab: colors.gray_200,
110
110
  background_home: colors.dark_home,
111
111
  background_mint: colors.mint_400,
112
- background_pink: colors.pink_400,
112
+ background_pink: colors.pink_300,
113
113
  background_orange: colors.orange_400,
114
114
  background_purple: colors.tertiary_800,
115
115
 
@@ -136,6 +136,7 @@ const light = {
136
136
 
137
137
  icon: colors.primary_300,
138
138
  icon_disabled: colors.gray_500,
139
+ icon_green: colors.secondary_300,
139
140
 
140
141
  border: colors.primary_50,
141
142
  border_dark: colors.primary_300,