fix background color
This commit is contained in:
parent
ae4addc516
commit
b509aac148
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue