fix: Pad 上顶栏左侧空白
This commit is contained in:
parent
46a42746dc
commit
b3f767fd6b
|
|
@ -310,11 +310,11 @@ fun Toolbar(
|
|||
actions()
|
||||
}
|
||||
},
|
||||
navigationIcon = {
|
||||
navigationIcon = (@Composable {
|
||||
ProvideContentColor(color = ExtendedTheme.colors.onTopBar) {
|
||||
navigationIcon?.invoke()
|
||||
}
|
||||
},
|
||||
}).takeIf { navigationIcon != null },
|
||||
backgroundColor = ExtendedTheme.colors.topBar,
|
||||
contentColor = ExtendedTheme.colors.onTopBar,
|
||||
elevation = 0.dp
|
||||
|
|
|
|||
Loading…
Reference in New Issue