Skip to content

Commit

Permalink
fix: colour of back button in app bar (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
marfavi committed Nov 16, 2023
1 parent 0ee2343 commit 21ba3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/widgets/components/scaffold.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class AppScaffold extends StatelessWidget {
centerTitle: hasTitle ? null : true,
toolbarHeight: appBarHeight,
backgroundColor: AppColors.primary,
iconTheme: const IconThemeData(color: AppColors.white),
),
body: BlocBuilder<EnvironmentCubit, EnvironmentState>(
builder: (_, state) {
Expand Down

0 comments on commit 21ba3d8

Please sign in to comment.