ikualo-ui-kit-mobile 2.0.1 → 2.0.2

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": "2.0.1",
6
+ "version": "2.0.2",
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": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "main": "src/index.ts",
5
5
  "scripts": {
6
6
  "start": "expo start",
@@ -137,7 +137,7 @@ export const DialogGeneral = (props: IFDialogIcon) => {
137
137
  {textOk && (
138
138
  <BtnContained
139
139
  color={icon === 'error' ? 'error' : 'primary'}
140
- size="md"
140
+ size={textCancel ? 'sm' : 'md'}
141
141
  isLoading={isLoading}
142
142
  onPress={onConfirm}
143
143
  text={textOk}