remove unused color
This commit is contained in:
parent
8b48c4d801
commit
186259911c
app/containers/Avatar
|
@ -69,7 +69,6 @@ const AvatarWithEdit = ({
|
|||
<Button
|
||||
title={I18n.t('Edit')}
|
||||
type='secondary'
|
||||
backgroundColor={colors.buttonBackgroundSecondaryDefault}
|
||||
onPress={handleEdit}
|
||||
testID='avatar-edit-button'
|
||||
style={styles.editAvatarButton}
|
||||
|
|
Loading…
Reference in New Issue