Fix Manage screen header size

This commit is contained in:
2026-03-02 20:23:38 +01:00
parent c96a433307
commit f4b6df10ac

View File

@@ -146,7 +146,7 @@ private fun ProfileHeader(
) {
Column(
modifier = Modifier
.fillMaxSize()
.fillMaxWidth()
.background(
brush = Brush.verticalGradient(
colors = listOf(LegacyNavGradientEnd, LegacyNavGradientStart)