feat: Add window insets padding to ChatsListScreen and adjust button height in BackupScreen
This commit is contained in:
@@ -371,7 +371,6 @@ fun ChatsListScreen(
|
||||
modifier =
|
||||
Modifier.fillMaxSize()
|
||||
.background(drawerBackgroundColor)
|
||||
.windowInsetsPadding(WindowInsets.statusBars)
|
||||
) {
|
||||
// ═══════════════════════════════════════════════════════════
|
||||
// 🎨 DRAWER HEADER - Avatar and status
|
||||
@@ -386,6 +385,7 @@ fun ChatsListScreen(
|
||||
Box(
|
||||
modifier =
|
||||
Modifier.fillMaxWidth()
|
||||
.windowInsetsPadding(WindowInsets.statusBars)
|
||||
.background(
|
||||
color = headerColor
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user