feat: Add window insets padding to ChatsListScreen and adjust button height in BackupScreen

This commit is contained in:
k1ngsterr1
2026-01-21 16:58:30 +05:00
parent 5e0c8dc1a8
commit 7d85d2c6e9
2 changed files with 4 additions and 2 deletions

View File

@@ -249,7 +249,9 @@ fun BackupScreen(
val clip = android.content.ClipData.newPlainText("Seed Phrase", seedPhrase)
clipboard.setPrimaryClip(clip)
},
modifier = Modifier.fillMaxWidth(),
modifier = Modifier
.fillMaxWidth()
.height(52.dp),
colors = ButtonDefaults.buttonColors(
containerColor = Color(0xFF248AE6)
),