Skip to content

Commit

Permalink
ui: Follow new Figma in app-bar action icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Jun 17, 2024
1 parent 2299f42 commit 1d8c599
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/widgets/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ ThemeData zulipThemeData(BuildContext context) {
scrolledUnderElevation: 0,
backgroundColor: const Color(0xfff5f5f5), // `bg-top-bar` in Figma

actionsIconTheme: const IconThemeData(
color: Color(0xff666699), // `icon` in Figma
),

titleTextStyle: TextStyle(
inherit: false,
color: const Color(0xff1a1a1a), // `title` in Figma
Expand Down

0 comments on commit 1d8c599

Please sign in to comment.