Reduce top padding in sidebar sections

This commit is contained in:
Alex Benzer
2025-12-27 16:44:00 -08:00
committed by Samuel Newman
parent 7ef3657ffc
commit d5c9d83fb8
2 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -30,7 +30,10 @@ export function ProgressGuideList({style}: {style?: StyleProp<ViewStyle>}) {
a.rounded_md, a.rounded_md,
t.atoms.bg_contrast_25, t.atoms.bg_contrast_25,
style, style,
a.p_md, a.pt_sm,
a.pr_sm,
a.pb_md,
a.pl_md,
]}> ]}>
<View style={[a.flex_row, a.align_center, a.justify_between]}> <View style={[a.flex_row, a.align_center, a.justify_between]}>
<Text <Text
@@ -47,8 +47,10 @@ function Inner() {
<View <View
style={[ style={[
a.gap_sm, a.gap_sm,
a.py_md, a.pt_sm,
a.px_md, a.pr_sm,
a.pb_md,
a.pl_md,
a.rounded_md, a.rounded_md,
t.atoms.bg_contrast_25, t.atoms.bg_contrast_25,
]}> ]}>