moving the top navigation button a bit to left
This commit is contained in:
parent
3bc730a5d2
commit
607a864877
|
@ -90,7 +90,7 @@ fun SettingsScreen(
|
|||
navigationIcon = {
|
||||
Box(
|
||||
Modifier
|
||||
.padding(start = 12.dp)
|
||||
.padding(start = 8.dp)
|
||||
.clip(RoundedCornerShape(50))
|
||||
.clickable(
|
||||
navigationIconInteractionSource, rememberRipple(
|
||||
|
|
Loading…
Reference in New Issue