Skip to content

Commit

Permalink
Update Breez logo's color on light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Jun 11, 2024
1 parent 0b8ac39 commit 24aa53e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/routes/home/widgets/app_bar/home_app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ class HomeAppBar extends AppBar {
height: 24.0,
width: 24.0,
colorFilter: ColorFilter.mode(
themeData.appBarTheme.actionsIconTheme!.color!,
themeData.isLightTheme
? const Color.fromRGBO(31, 52, 231, 1.0)
: themeData.appBarTheme.actionsIconTheme!.color!,
BlendMode.srcATop,
),
),
Expand Down

0 comments on commit 24aa53e

Please sign in to comment.