refactor: move the icon a bit to the right
This commit is contained in:
parent
c76138b69e
commit
3bc730a5d2
|
@ -90,7 +90,7 @@ fun SettingsScreen(
|
||||||
navigationIcon = {
|
navigationIcon = {
|
||||||
Box(
|
Box(
|
||||||
Modifier
|
Modifier
|
||||||
.padding(start = 3.dp)
|
.padding(start = 12.dp)
|
||||||
.clip(RoundedCornerShape(50))
|
.clip(RoundedCornerShape(50))
|
||||||
.clickable(
|
.clickable(
|
||||||
navigationIconInteractionSource, rememberRipple(
|
navigationIconInteractionSource, rememberRipple(
|
||||||
|
|
Loading…
Reference in New Issue