pref: 顶栏图标颜色
This commit is contained in:
parent
e55708519f
commit
e9d9edbcc3
|
|
@ -199,12 +199,14 @@ fun TitleCentredToolbar(
|
|||
verticalAlignment = Alignment.CenterVertically,
|
||||
modifier = Modifier.fillMaxHeight()
|
||||
) {
|
||||
ProvideContentColor(color = ExtendedTheme.colors.onTopBar) {
|
||||
navigationIcon?.invoke()
|
||||
|
||||
Spacer(modifier = Modifier.weight(1f))
|
||||
|
||||
actions()
|
||||
}
|
||||
}
|
||||
|
||||
Row(
|
||||
Modifier
|
||||
|
|
|
|||
Loading…
Reference in New Issue