remove unused color

This commit is contained in:
GleidsonDaniel 2024-03-27 11:30:46 -03:00
parent a9b63291ea
commit b19065f706
1 changed files with 1 additions and 5 deletions

View File

@ -159,11 +159,7 @@ const ChangeAvatarView = () => {
const deletingRoomAvatar = context === 'room' && state.data === null;
return (
<KeyboardView
style={{ backgroundColor: colors.surfaceHover }}
contentContainerStyle={sharedStyles.container}
keyboardVerticalOffset={128}
>
<KeyboardView contentContainerStyle={sharedStyles.container} keyboardVerticalOffset={128}>
<StatusBar />
<SafeAreaView testID='change-avatar-view'>
<ScrollView