set default title to null on button

This commit is contained in:
ammarahm-ed
2021-07-25 10:15:07 +05:00
parent 83d2ce25b2
commit 328320ebd9

View File

@@ -16,7 +16,7 @@ export const Button = ({
width = null,
onPress = () => {},
loading = false,
title = '',
title = null,
icon,
fontSize = SIZE.sm,
type = 'transparent',