pref: 顶栏图标颜色

This commit is contained in:
HuanCheng65 2023-07-22 14:42:20 +08:00
parent e55708519f
commit e9d9edbcc3
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 5 additions and 3 deletions

View File

@ -199,12 +199,14 @@ fun TitleCentredToolbar(
verticalAlignment = Alignment.CenterVertically, verticalAlignment = Alignment.CenterVertically,
modifier = Modifier.fillMaxHeight() modifier = Modifier.fillMaxHeight()
) { ) {
ProvideContentColor(color = ExtendedTheme.colors.onTopBar) {
navigationIcon?.invoke() navigationIcon?.invoke()
Spacer(modifier = Modifier.weight(1f)) Spacer(modifier = Modifier.weight(1f))
actions() actions()
} }
}
Row( Row(
Modifier Modifier