ikualo-ui-kit-mobile 1.9.2 → 1.9.3

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/app.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "ikualo-app-2.0",
4
4
  "slug": "ikualo-app-20",
5
5
  "owner": "ikualo",
6
- "version": "1.9.2",
6
+ "version": "1.9.3",
7
7
  "orientation": "portrait",
8
8
  "icon": "./assets/icon.png",
9
9
  "userInterfaceStyle": "automatic",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ikualo-ui-kit-mobile",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "main": "src/index.ts",
5
5
  "scripts": {
6
6
  "start": "expo start",
@@ -123,8 +123,8 @@ const light = {
123
123
  background_orange: colors.orange_400,
124
124
  background_purple: colors.tertiary_800,
125
125
  background_card_alt: colors.primary_20,
126
- background_app_gradient_final: colors.white_50,
127
- background_app_gradient_initial: colors.background_gradient,
126
+ background_app_gradient_initial: colors.white_50,
127
+ background_app_gradient_final: colors.background_gradient,
128
128
 
129
129
  background_btn: colors.gray_900,
130
130
  background_btn_focus: colors.gray_800,