tweak header to match latest comps

This commit is contained in:
Shawn 2022-10-25 00:04:05 -06:00
parent 8c9c9c46d6
commit dfdece065b

View File

@ -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(