Reduce top padding in sidebar sections
This commit is contained in:
committed by
Samuel Newman
parent
7ef3657ffc
commit
d5c9d83fb8
@@ -30,7 +30,10 @@ export function ProgressGuideList({style}: {style?: StyleProp<ViewStyle>}) {
|
||||
a.rounded_md,
|
||||
t.atoms.bg_contrast_25,
|
||||
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]}>
|
||||
<Text
|
||||
|
||||
@@ -47,8 +47,10 @@ function Inner() {
|
||||
<View
|
||||
style={[
|
||||
a.gap_sm,
|
||||
a.py_md,
|
||||
a.px_md,
|
||||
a.pt_sm,
|
||||
a.pr_sm,
|
||||
a.pb_md,
|
||||
a.pl_md,
|
||||
a.rounded_md,
|
||||
t.atoms.bg_contrast_25,
|
||||
]}>
|
||||
|
||||
Reference in New Issue
Block a user