File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -745,13 +745,13 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
745
745
// Restate [FilledButton]'s default, which inherits from
746
746
// [zulipTypography]…
747
747
Theme .of (context).textTheme.labelLarge!
748
- // …then clobber some attributes to follow Figma:
749
- .merge (TextStyle (
750
- fontSize: 18 ,
751
- letterSpacing: proportionalLetterSpacing (context,
752
- kButtonTextLetterSpacingProportion, baseFontSize: 18 ),
753
- height: (23 / 18 ))
754
- .merge (weightVariableTextStyle (context, wght: 400 ))),
748
+ // …then clobber some attributes to follow Figma:
749
+ .merge (TextStyle (
750
+ fontSize: 18 ,
751
+ letterSpacing: proportionalLetterSpacing (context,
752
+ kButtonTextLetterSpacingProportion, baseFontSize: 18 ),
753
+ height: (23 / 18 ))
754
+ .merge (weightVariableTextStyle (context, wght: 400 ))),
755
755
shape: RoundedRectangleBorder (borderRadius: BorderRadius .circular (7 )),
756
756
).copyWith (
757
757
// Give the buttons a constant color regardless of whether their
You can’t perform that action at this time.
0 commit comments