pref: 顶栏图标颜色
This commit is contained in:
parent
e55708519f
commit
e9d9edbcc3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue