Replaced mediumTopAppBarColors with topAppBarColors

This commit is contained in:
Juha Heinanen
2025-09-26 09:03:13 +03:00
parent 31557f04aa
commit 7081fe6e0b
14 changed files with 14 additions and 14 deletions
@@ -152,7 +152,7 @@ private fun TopAppBar(navController: NavController, account: Account, callHistor
fontWeight = FontWeight.Bold
)
},
colors = TopAppBarDefaults.mediumTopAppBarColors(
colors = TopAppBarDefaults.topAppBarColors(
containerColor = LocalCustomColors.current.primary
),
windowInsets = WindowInsets(0, 0, 0, 0),