feat(prejoin-lobby): ui fixes
This commit is contained in:
parent
44e5fa35af
commit
0a385c561d
|
@ -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 } />
|
||||
}
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@ const SECONDARY_COLOR = BaseTheme.palette.border04;
|
|||
|
||||
export default {
|
||||
prejoinButton: {
|
||||
marginTop: BaseTheme.spacing[4]
|
||||
marginTop: BaseTheme.spacing[3]
|
||||
},
|
||||
|
||||
buttonStylesBorderless: {
|
||||
|
|
Loading…
Reference in New Issue