Skip to content

Commit

Permalink
fix settings font clipping (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
SankethBK authored Jan 11, 2025
1 parent f3a511f commit 10a3f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/widgets/settings_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SettingsTile extends StatelessWidget {
@override
Widget build(BuildContext context) {
final widget = Padding(
padding: const EdgeInsets.symmetric(vertical: 6.0),
padding: const EdgeInsets.symmetric(vertical: 2.0),
child: child,
);

Expand Down

0 comments on commit 10a3f3c

Please sign in to comment.