Increase right padding of FAB to 24dp
This commit is contained in:
parent
f3ea7ccbd4
commit
0b358d1e16
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ internal fun BoxScope.TimelineScrollHelper(
|
||||||
AnimatedVisibility(
|
AnimatedVisibility(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.align(Alignment.BottomEnd)
|
.align(Alignment.BottomEnd)
|
||||||
.padding(end = 16.dp, bottom = 12.dp),
|
.padding(end = 24.dp, bottom = 12.dp),
|
||||||
visible = showScrollToBottomButton || LocalInspectionMode.current,
|
visible = showScrollToBottomButton || LocalInspectionMode.current,
|
||||||
enter = scaleIn() + fadeIn(),
|
enter = scaleIn() + fadeIn(),
|
||||||
exit = scaleOut() + fadeOut(),
|
exit = scaleOut() + fadeOut(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue