File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ThemeData zulipThemeData(BuildContext context) {
16
16
scrolledUnderElevation: 0 ,
17
17
backgroundColor: const Color (0xfff5f5f5 ), // `bg-top-bar` in Figma
18
18
19
+ // TODO match layout to Figma
19
20
actionsIconTheme: const IconThemeData (
20
21
color: Color (0xff666699 ), // `icon` in Figma
21
22
),
@@ -35,6 +36,10 @@ ThemeData zulipThemeData(BuildContext context) {
35
36
.merge (weightVariableTextStyle (context, wght: 600 )),
36
37
titleSpacing: 4 ,
37
38
39
+ // TODO Figma has height 42; we should try `toolbarHeight: 42` and test
40
+ // that it looks reasonable with different system text-size settings.
41
+ // Also the back button will look too big and need adjusting.
42
+
38
43
shape: const Border (bottom: BorderSide (
39
44
color: Color (0x33000000 ), // `border-bar` in Figma
40
45
strokeAlign: BorderSide .strokeAlignInside, // (default restated for explicitness)
You can’t perform that action at this time.
0 commit comments