diff --git a/apps/mobile/src/components/Button/index.js b/apps/mobile/src/components/Button/index.js index a02969c2c..e99fb907c 100644 --- a/apps/mobile/src/components/Button/index.js +++ b/apps/mobile/src/components/Button/index.js @@ -16,7 +16,7 @@ export const Button = ({ width = null, onPress = () => {}, loading = false, - title = '', + title = null, icon, fontSize = SIZE.sm, type = 'transparent',