mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix follow modal height. Closes #2235
This commit is contained in:
parent
420d6c835d
commit
fb9001949b
@ -32,7 +32,6 @@ export const FollowButton: FC<FollowButtonProps> = props => {
|
||||
open={showModal}
|
||||
handleCancel={() => setShowModal(false)}
|
||||
width="550px"
|
||||
height="200px"
|
||||
>
|
||||
<FollowModal account={account} name={name} handleClose={() => setShowModal(false)} />
|
||||
</Modal>
|
||||
|
Loading…
x
Reference in New Issue
Block a user