Skip to content

Commit 1d8c599

Browse files
committed
ui: Follow new Figma in app-bar action icon color
1 parent 2299f42 commit 1d8c599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/widgets/theme.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ ThemeData zulipThemeData(BuildContext context) {
1616
scrolledUnderElevation: 0,
1717
backgroundColor: const Color(0xfff5f5f5), // `bg-top-bar` in Figma
1818

19+
actionsIconTheme: const IconThemeData(
20+
color: Color(0xff666699), // `icon` in Figma
21+
),
22+
1923
titleTextStyle: TextStyle(
2024
inherit: false,
2125
color: const Color(0xff1a1a1a), // `title` in Figma

0 commit comments

Comments
 (0)