Skip to content

Commit ba82907

Browse files
chrisbobbegnprice
authored andcommitted
msglist [nfc]: Fix an indentation nit
1 parent 8f62edc commit ba82907

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/widgets/message_list.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -745,13 +745,13 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
745745
// Restate [FilledButton]'s default, which inherits from
746746
// [zulipTypography]…
747747
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))),
755755
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(7)),
756756
).copyWith(
757757
// Give the buttons a constant color regardless of whether their

0 commit comments

Comments
 (0)