Skip to content

Commit

Permalink
Merge pull request #2149 from get10101/chore/set-background-color-on-…
Browse files Browse the repository at this point in the history
…app-bar-wrapper

chore(app): Set background color on app bar wrapper
  • Loading branch information
holzeis committed Mar 5, 2024
2 parents 9e7c05e + 7e25afe commit 0afd600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/common/app_bar_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AppBarWrapper extends StatelessWidget {
margin: const EdgeInsets.only(left: 10.0, right: 5.0),
child: AppBar(
elevation: 0,
backgroundColor: Colors.transparent,
backgroundColor: const Color(0xFFFAFAFA),
iconTheme: const IconThemeData(
color: tenTenOnePurple,
// Without adjustment, the icon appears off-center from the title (logo)
Expand Down

0 comments on commit 0afd600

Please sign in to comment.