tweak header to match latest comps
This commit is contained in:
parent
8c9c9c46d6
commit
dfdece065b
@ -30,7 +30,7 @@ class SimpleHeader extends StatelessWidget {
|
|||||||
Text(
|
Text(
|
||||||
title.toUpperCase(),
|
title.toUpperCase(),
|
||||||
textHeightBehavior: TextHeightBehavior(applyHeightToFirstAscent: false),
|
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)
|
if (subtitle != null)
|
||||||
Text(
|
Text(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user