minor tweak in edit button

This commit is contained in:
Reinaldo Neto 2022-12-15 10:37:30 -03:00
parent a2dfbcbe30
commit 2d8751c4bb
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ export default StyleSheet.create({
editAvatarButton: {
marginTop: 8,
paddingVertical: 8,
paddingHorizontal: 12
paddingHorizontal: 12,
marginBottom: 0
}
});