Make scrollbar slightly chonkier

Closes #9728

(cherry picked from commit 64ad25d1b5cd68457d36fda67d96f99812a53528)
This commit is contained in:
arkon 2023-10-28 22:41:35 -04:00 committed by Jobobby04
parent 5f7d56b6d2
commit c99e4cc94b

View File

@ -350,7 +350,6 @@ fun VerticalGridFastScroller(
},
)
.height(ThumbLength)
.padding(horizontal = 8.dp)
.padding(end = endContentPadding)
.width(ThumbThickness)
.alpha(alpha.value)
@ -427,7 +426,7 @@ object Scroller {
}
private val ThumbLength = 48.dp
private val ThumbThickness = 8.dp
private val ThumbThickness = 12.dp
private val ThumbShape = RoundedCornerShape(ThumbThickness / 2)
private val FadeOutAnimationSpec = tween<Float>(
durationMillis = ViewConfiguration.getScrollBarFadeDuration(),