refactor: move the icon a bit to the right

This commit is contained in:
FunkyMuse 2023-07-25 13:33:54 +02:00
parent c76138b69e
commit 3bc730a5d2
1 changed files with 1 additions and 1 deletions

View File

@ -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(