Skip to content

Commit ad5ab10

Browse files
committed
chore: update default scrollbar size
1 parent 6bf1d9c commit ad5ab10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/scrolling/styled_scrollview.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class StyledSingleChildScrollView extends StatefulWidget {
2323
this.handleColor,
2424
this.controller,
2525
this.scrollbarPadding,
26-
this.barSize = 6,
26+
this.barSize = 12,
2727
}) : super(key: key);
2828

2929
@override

0 commit comments

Comments
 (0)