Skip to content

Commit

Permalink
ios: Set page label stroke width to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Dec 10, 2023
1 parent 9fed12c commit 77de2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/viewer/overlay/page_label.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PageLabel extends StatelessWidget {
style: TextStyle(
foreground: Paint()
..style = PaintingStyle.stroke
..strokeWidth = Platform.isIOS ? 2.3 : 2.0
..strokeWidth = 2.0
..color = Colors.black,
),
),
Expand Down

0 comments on commit 77de2c9

Please sign in to comment.