From dfdece065bba20b88cea6ebead2cbd55b1bd5c7e Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 25 Oct 2022 00:04:05 -0600 Subject: [PATCH] tweak header to match latest comps --- lib/ui/common/controls/simple_header.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(