From 0fbbf1dde63d4246d2b0a81bf0d46315f10d54f9 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 15 Oct 2025 09:37:26 +0300 Subject: [PATCH] Added titleContentColor to main screen topappbar --- app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt b/app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt index db778d46..3c8903a5 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/MainScreen.kt @@ -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 = {