mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
set default title to null on button
This commit is contained in:
@@ -16,7 +16,7 @@ export const Button = ({
|
||||
width = null,
|
||||
onPress = () => {},
|
||||
loading = false,
|
||||
title = '',
|
||||
title = null,
|
||||
icon,
|
||||
fontSize = SIZE.sm,
|
||||
type = 'transparent',
|
||||
|
||||
Reference in New Issue
Block a user