fix button margins

This commit is contained in:
MarconLP 2023-04-24 12:12:49 +02:00
parent 55a5886b5c
commit 1871bd62b8
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -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>