From 6bafb7e939dfac9763a711c62597261f3aa60538 Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Thu, 9 Jul 2026 13:45:24 -0400 Subject: [PATCH] chore(phantom/connect): give subtitle more room to attempt to fit on 2 lines more frequently Signed-off-by: Brandon McAnsh --- .../main/kotlin/com/flipcash/app/tokens/PhantomWalletScreens.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/flipcash/features/tokens/src/main/kotlin/com/flipcash/app/tokens/PhantomWalletScreens.kt b/apps/flipcash/features/tokens/src/main/kotlin/com/flipcash/app/tokens/PhantomWalletScreens.kt index 49d54682f..7b27d8e1b 100644 --- a/apps/flipcash/features/tokens/src/main/kotlin/com/flipcash/app/tokens/PhantomWalletScreens.kt +++ b/apps/flipcash/features/tokens/src/main/kotlin/com/flipcash/app/tokens/PhantomWalletScreens.kt @@ -124,7 +124,7 @@ internal fun PhantomConnectConfirmationScreen( } Column( - modifier = Modifier.fillMaxWidth(0.60f), + modifier = Modifier.fillMaxWidth(0.80f), verticalArrangement = Arrangement.spacedBy(CodeTheme.dimens.grid.x3), horizontalAlignment = Alignment.CenterHorizontally, ) {