Skip to content

Commit

Permalink
Add a subtle grey color to drawer header
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed Oct 29, 2024
1 parent 503763c commit 4893642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/counters_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class CountersDrawer extends StatelessWidget {
/// Builds the drawer header.
Widget _buildDrawerHeader(BuildContext context, Color color) {
return DrawerHeader(
decoration: BoxDecoration(color: Colors.grey[50]),
child: Center(
child: Text(
title,
Expand Down

0 comments on commit 4893642

Please sign in to comment.