tweak list header (#4870)
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>zio/stable
parent
c3d8beee6d
commit
6298e6897f
|
@ -122,8 +122,16 @@ export function ListHeaderDesktop({
|
||||||
if (!gtTablet) return null
|
if (!gtTablet) return null
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.w_full, a.py_lg, a.px_xl, a.gap_xs]}>
|
<View
|
||||||
<Text style={[a.text_3xl, a.font_bold]}>{title}</Text>
|
style={[
|
||||||
|
a.w_full,
|
||||||
|
a.py_sm,
|
||||||
|
a.px_xl,
|
||||||
|
a.gap_xs,
|
||||||
|
a.justify_center,
|
||||||
|
{minHeight: 50},
|
||||||
|
]}>
|
||||||
|
<Text style={[a.text_2xl, a.font_bold]}>{title}</Text>
|
||||||
{subtitle ? (
|
{subtitle ? (
|
||||||
<Text style={[a.text_md, t.atoms.text_contrast_medium]}>
|
<Text style={[a.text_md, t.atoms.text_contrast_medium]}>
|
||||||
{subtitle}
|
{subtitle}
|
||||||
|
|
Loading…
Reference in New Issue