Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tweak list header (#4870)

Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>

authored by

Samuel Newman
Samuel Newman
and committed by
GitHub
6298e689 c3d8beee

+10 -2
+10 -2
src/components/Lists.tsx
··· 122 122 if (!gtTablet) return null 123 123 124 124 return ( 125 - <View style={[a.w_full, a.py_lg, a.px_xl, a.gap_xs]}> 126 - <Text style={[a.text_3xl, a.font_bold]}>{title}</Text> 125 + <View 126 + style={[ 127 + a.w_full, 128 + a.py_sm, 129 + a.px_xl, 130 + a.gap_xs, 131 + a.justify_center, 132 + {minHeight: 50}, 133 + ]}> 134 + <Text style={[a.text_2xl, a.font_bold]}>{title}</Text> 127 135 {subtitle ? ( 128 136 <Text style={[a.text_md, t.atoms.text_contrast_medium]}> 129 137 {subtitle}