ui updates

This commit is contained in:
ammarahm-ed
2020-11-10 17:18:19 +05:00
parent 6efcef843d
commit 537005aba5
18 changed files with 503 additions and 354 deletions

View File

@@ -82,7 +82,7 @@ export const ContainerBottomButton = ({title, onPress, color}) => {
<Icon
name={title === 'Clear all trash' ? 'delete' : 'plus'}
color="white"
size={SIZE.xl}
size={SIZE.xxl}
/>
</View>
</PressableButton>