Increase scroll indicator size.

This commit is contained in:
2025-03-18 17:42:15 +08:00
parent 5f15c08eef
commit 332497cf90

View File

@@ -174,7 +174,7 @@ class _AppScrollBarState extends State<AppScrollBar> {
double viewHeight = 0;
final _scrollIndicatorSize = App.isDesktop ? 42.0 : 48.0;
final _scrollIndicatorSize = App.isDesktop ? 42.0 : 64.0;
late final VerticalDragGestureRecognizer _dragGestureRecognizer;