more top spacing on empty state

This commit is contained in:
Samuel Newman
2025-04-18 09:46:21 +03:00
parent 7c1f264739
commit 4e8ef12881
@@ -136,7 +136,7 @@ function DialogInner({
case 'empty': { case 'empty': {
return ( return (
<View <View
style={[a.flex_1, a.align_center, a.gap_sm, a.px_xl, a.pt_xl]}> style={[a.flex_1, a.align_center, a.gap_sm, a.px_xl, a.pt_5xl]}>
<View <View
style={[ style={[
a.align_center, a.align_center,