fix button margins
This commit is contained in:
parent
55a5886b5c
commit
1871bd62b8
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ export function ShareModal({ video }: Props) {
|
|||
<>
|
||||
<span
|
||||
onClick={openModal}
|
||||
className="ml-4 cursor-pointer rounded border border-[#0000001a] px-2 py-2 text-sm text-[#292d34] hover:bg-[#fafbfc]"
|
||||
className="mr-4 max-h-[35px] cursor-pointer rounded border border-[#0000001a] px-2 py-2 text-sm text-[#292d34] hover:bg-[#fafbfc]"
|
||||
>
|
||||
Share
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue