fix: remove full width invite screen buttons

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-07-02 23:19:23 +02:00
parent 5683dd85ce
commit 10a40f75e7
1 changed files with 0 additions and 2 deletions

View File

@ -246,7 +246,6 @@ fun InviteScreen(
viewModel.joinInvite(inviteCode)
},
modifier = Modifier
.weight(1f)
.testTag("accept_invite")
) {
Text(text = stringResource(id = R.string.invite_join))
@ -257,7 +256,6 @@ fun InviteScreen(
TextButton(
onClick = onFinish,
modifier = Modifier
.weight(1f)
.testTag("decline_invite")
) {
Text(text = stringResource(id = R.string.invite_cancel))