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 = {
|
||||
Box(
|
||||
Modifier
|
||||
.padding(start = 3.dp)
|
||||
.padding(start = 12.dp)
|
||||
.clip(RoundedCornerShape(50))
|
||||
.clickable(
|
||||
navigationIconInteractionSource, rememberRipple(
|
||||
|
|
Loading…
Reference in New Issue