fix background color

This commit is contained in:
GleidsonDaniel 2024-04-01 14:43:24 -03:00
parent ae4addc516
commit b509aac148
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ const ServerDropdown = () => {
testID='rooms-list-header-create-workspace-button'
style={styles.buttonCreateWorkspace}
color={colors.badgeBackgroundLevel2}
backgroundColor={colors.surfaceRoom}
styleText={[styles.serverHeaderAdd, { textAlign: 'center' }]}
/>
</Animated.View>