more top spacing on empty state
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user