Fix follow modal height. Closes #2235
This commit is contained in:
@@ -32,7 +32,6 @@ export const FollowButton: FC<FollowButtonProps> = props => {
|
|||||||
open={showModal}
|
open={showModal}
|
||||||
handleCancel={() => setShowModal(false)}
|
handleCancel={() => setShowModal(false)}
|
||||||
width="550px"
|
width="550px"
|
||||||
height="200px"
|
|
||||||
>
|
>
|
||||||
<FollowModal account={account} name={name} handleClose={() => setShowModal(false)} />
|
<FollowModal account={account} name={name} handleClose={() => setShowModal(false)} />
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|||||||
Reference in New Issue
Block a user