Skip to content

Commit

Permalink
Fix dashboard highlight overlap (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingGorrin authored Mar 15, 2024
1 parent 5d57b18 commit 3aeccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/main_app_container.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class _MainAppContainerState extends State<MainAppContainer>
),
child: Padding(
padding: const EdgeInsets.symmetric(
horizontal: 10.0,
horizontal: 12.0,
),
child: Focus(
focusNode: _focusNode,
Expand Down

0 comments on commit 3aeccfa

Please sign in to comment.