mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-17 20:10:40 +01:00
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 = {
|
navigationIcon = {
|
||||||
Box(
|
Box(
|
||||||
Modifier
|
Modifier
|
||||||
.padding(start = 12.dp)
|
.padding(start = 8.dp)
|
||||||
.clip(RoundedCornerShape(50))
|
.clip(RoundedCornerShape(50))
|
||||||
.clickable(
|
.clickable(
|
||||||
navigationIconInteractionSource, rememberRipple(
|
navigationIconInteractionSource, rememberRipple(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user