update colors

This commit is contained in:
ammarahm-ed
2020-09-07 21:23:38 +05:00
parent b65028cd1d
commit 2d70a18465
11 changed files with 78 additions and 89 deletions

View File

@@ -8,8 +8,8 @@ export const ActionIcon = ({onPress, name, color,customStyle}) => {
<TouchableOpacity
onPress={onPress}
style={[{
width: 60,
height: 50,
width: 50,
height: 40,
justifyContent: 'center',
alignItems: 'flex-end',
paddingRight: 12,