remove unused color

This commit is contained in:
GleidsonDaniel 2024-03-27 11:29:58 -03:00
parent 8b48c4d801
commit 186259911c
1 changed files with 0 additions and 1 deletions
app/containers/Avatar

View File

@ -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}