feat(prejoin-lobby): ui fixes

This commit is contained in:
Calin-Teodor 2022-07-26 12:31:38 +03:00 committed by Calinteodor
parent 44e5fa35af
commit 0a385c561d
3 changed files with 10 additions and 5 deletions

View File

@ -247,7 +247,7 @@ class LobbyScreen extends AbstractLobbyScreen<Props> {
accessibilityLabel = 'toolbar.openChat'
label = 'toolbar.openChat'
onPress = { this._onNavigateToLobbyChat }
style = { styles.lobbyButton }
style = { styles.openChatButton }
type = { BUTTON_TYPES.PRIMARY } />
}
{

View File

@ -129,7 +129,7 @@ export default {
borderWidth: 2,
color: BaseTheme.palette.text06,
height: BaseTheme.spacing[7],
marginTop: BaseTheme.spacing[3],
marginTop: 38,
marginHorizontal: BaseTheme.spacing[3],
padding: BaseTheme.spacing[2],
textAlign: 'center'
@ -164,7 +164,7 @@ export default {
},
loadingIndicator: {
marginBottom: BaseTheme.spacing[4]
marginBottom: BaseTheme.spacing[3]
},
participantBox: {
@ -181,9 +181,14 @@ export default {
marginTop: BaseTheme.spacing[3]
},
openChatButton: {
marginHorizontal: BaseTheme.spacing[3],
marginTop: BaseTheme.spacing[3]
},
enterPasswordButton: {
marginHorizontal: BaseTheme.spacing[3],
marginTop: BaseTheme.spacing[6]
marginTop: BaseTheme.spacing[3]
},
// KnockingParticipantList

View File

@ -5,7 +5,7 @@ const SECONDARY_COLOR = BaseTheme.palette.border04;
export default {
prejoinButton: {
marginTop: BaseTheme.spacing[4]
marginTop: BaseTheme.spacing[3]
},
buttonStylesBorderless: {