Added titleContentColor to main screen topappbar

This commit is contained in:
Juha Heinanen
2025-10-15 09:37:26 +03:00
parent fef10f97b2
commit 0fbbf1dde6

View File

@ -520,13 +520,13 @@ private fun TopAppBar(
title = {
Text(
text = stringResource(R.string.baresip),
color = LocalCustomColors.current.light,
fontSize = 22.sp,
fontWeight = FontWeight.Bold
)
},
colors = TopAppBarDefaults.topAppBarColors(
containerColor = LocalCustomColors.current.primary
containerColor = LocalCustomColors.current.primary,
titleContentColor = LocalCustomColors.current.onPrimary
),
windowInsets = WindowInsets(0, 0, 0, 0),
actions = {