fix to negative top of component so it moves with container growth (#4151)
This commit is contained in:
parent
1ec4e0a867
commit
f06a6024e6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue