We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2299f42 commit 1d8c599Copy full SHA for 1d8c599
lib/widgets/theme.dart
@@ -16,6 +16,10 @@ ThemeData zulipThemeData(BuildContext context) {
16
scrolledUnderElevation: 0,
17
backgroundColor: const Color(0xfff5f5f5), // `bg-top-bar` in Figma
18
19
+ actionsIconTheme: const IconThemeData(
20
+ color: Color(0xff666699), // `icon` in Figma
21
+ ),
22
+
23
titleTextStyle: TextStyle(
24
inherit: false,
25
color: const Color(0xff1a1a1a), // `title` in Figma
0 commit comments