Added titleContentColor to main screen topappbar
This commit is contained in:
@@ -520,13 +520,13 @@ private fun TopAppBar(
|
|||||||
title = {
|
title = {
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.baresip),
|
text = stringResource(R.string.baresip),
|
||||||
color = LocalCustomColors.current.light,
|
|
||||||
fontSize = 22.sp,
|
fontSize = 22.sp,
|
||||||
fontWeight = FontWeight.Bold
|
fontWeight = FontWeight.Bold
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
colors = TopAppBarDefaults.topAppBarColors(
|
colors = TopAppBarDefaults.topAppBarColors(
|
||||||
containerColor = LocalCustomColors.current.primary
|
containerColor = LocalCustomColors.current.primary,
|
||||||
|
titleContentColor = LocalCustomColors.current.onPrimary
|
||||||
),
|
),
|
||||||
windowInsets = WindowInsets(0, 0, 0, 0),
|
windowInsets = WindowInsets(0, 0, 0, 0),
|
||||||
actions = {
|
actions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user