diff --git a/lib/ui/common/controls/simple_header.dart b/lib/ui/common/controls/simple_header.dart index 50b83fb7..f2cf7e41 100644 --- a/lib/ui/common/controls/simple_header.dart +++ b/lib/ui/common/controls/simple_header.dart @@ -30,7 +30,7 @@ class SimpleHeader extends StatelessWidget { Text( title.toUpperCase(), textHeightBehavior: TextHeightBehavior(applyHeightToFirstAscent: false), - style: $styles.text.h4.copyWith(color: $styles.colors.offWhite), + style: $styles.text.h4.copyWith(color: $styles.colors.offWhite, fontWeight: FontWeight.w500), ), if (subtitle != null) Text(