mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
refactor: decrease ripple size
This commit is contained in:
@ -90,6 +90,7 @@ fun SettingsScreen(
|
|||||||
navigationIcon = {
|
navigationIcon = {
|
||||||
Box(
|
Box(
|
||||||
Modifier
|
Modifier
|
||||||
|
.padding(start = 3.dp)
|
||||||
.clip(RoundedCornerShape(50))
|
.clip(RoundedCornerShape(50))
|
||||||
.clickable(
|
.clickable(
|
||||||
navigationIconInteractionSource, rememberRipple(
|
navigationIconInteractionSource, rememberRipple(
|
||||||
@ -101,7 +102,7 @@ fun SettingsScreen(
|
|||||||
Icon(
|
Icon(
|
||||||
imageVector = Icons.Filled.ArrowBack, contentDescription = stringResource(id = R.string.back),
|
imageVector = Icons.Filled.ArrowBack, contentDescription = stringResource(id = R.string.back),
|
||||||
tint = scrolledColor,
|
tint = scrolledColor,
|
||||||
modifier = Modifier.padding(8.dp)
|
modifier = Modifier.padding(5.dp)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user