update buttons

This commit is contained in:
ammarahm-ed
2020-11-14 11:38:31 +05:00
parent 77999f630b
commit d4cc6f2e8e
4 changed files with 4 additions and 4 deletions

View File

@@ -167,10 +167,8 @@ const SimpleList = ({
{placeholderData.button && (
<Button
onPress={placeholderData.action}
color="bg"
title={placeholderData.button}
icon="plus"
iconColor="accent"
fontSize={SIZE.md}
/>
)}