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