Avi follow experiment tweaks (#4341)
* Move avi button to visually align content * Fix wrong prop warning * Remove avi follow from post thread
This commit is contained in:
parent
8c596b61c0
commit
3b55f61d5f
3 changed files with 13 additions and 14 deletions
|
@ -97,8 +97,8 @@ export function AviFollowButton({
|
|||
}),
|
||||
a.absolute,
|
||||
{
|
||||
bottom: 0,
|
||||
right: 0,
|
||||
bottom: -1,
|
||||
right: -1,
|
||||
borderWidth: 1,
|
||||
borderColor: t.atoms.bg.backgroundColor,
|
||||
},
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
export {Fragment as AviFollowButton} from 'react'
|
||||
import React from 'react'
|
||||
|
||||
export function AviFollowButton({children}: {children: React.ReactNode}) {
|
||||
return children
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue