File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,18 @@ ThemeData zulipThemeData(BuildContext context) {
18
18
19
19
titleTextStyle: TextStyle (
20
20
inherit: false ,
21
- color: const Color (0xff1a1b21 ), // colorScheme.onSurface
22
- fontSize: 22.0 ,
21
+ color: const Color (0xff1a1a1a ), // `title` in Figma
22
+ fontSize: 20 ,
23
23
letterSpacing: 0.0 ,
24
- height: 1.27 ,
24
+ height: ( 30 / 20 ) ,
25
25
textBaseline: localizedTextBaseline (context),
26
26
leadingDistribution: TextLeadingDistribution .even,
27
27
decoration: TextDecoration .none,
28
28
fontFamily: kDefaultFontFamily,
29
29
fontFamilyFallback: defaultFontFamilyFallback,
30
30
)
31
- .merge (weightVariableTextStyle (context)),
31
+ .merge (weightVariableTextStyle (context, wght: 600 )),
32
+ titleSpacing: 4 ,
32
33
33
34
shape: const Border (bottom: BorderSide (
34
35
color: Color (0x33000000 ), // `border-bar` in Figma
You can’t perform that action at this time.
0 commit comments