Skip to content

Commit 1bab68a

Browse files
authored
chore(phantom/connect): give subtitle more room to attempt to fit on 2 lines more frequently (#1051)
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent afae0f3 commit 1bab68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/flipcash/features/tokens/src/main/kotlin/com/flipcash/app/tokens/PhantomWalletScreens.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ internal fun PhantomConnectConfirmationScreen(
124124
}
125125

126126
Column(
127-
modifier = Modifier.fillMaxWidth(0.60f),
127+
modifier = Modifier.fillMaxWidth(0.80f),
128128
verticalArrangement = Arrangement.spacedBy(CodeTheme.dimens.grid.x3),
129129
horizontalAlignment = Alignment.CenterHorizontally,
130130
) {

0 commit comments

Comments
 (0)