moving the top navigation button a bit to left

This commit is contained in:
Tibor Kaputa 2023-07-25 13:54:44 +02:00 committed by GitHub
parent 3bc730a5d2
commit 607a864877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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