From 328320ebd9abd0ab7ffdc64fc6b74b23e79faa90 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sun, 25 Jul 2021 10:15:07 +0500 Subject: [PATCH] set default title to null on button --- apps/mobile/src/components/Button/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',