fix to negative top of component so it moves with container growth (#4151)
parent
1ec4e0a867
commit
f06a6024e6
|
@ -72,7 +72,7 @@ export function ChatEmptyPill() {
|
||||||
a.z_10,
|
a.z_10,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
{
|
{
|
||||||
bottom: 70,
|
top: -50,
|
||||||
},
|
},
|
||||||
]}>
|
]}>
|
||||||
<AnimatedPressable
|
<AnimatedPressable
|
||||||
|
|
Loading…
Reference in New Issue