fix: correct spacing on season header badges (#2983)

This commit is contained in:
Ryan Cohen
2022-08-25 10:14:16 +09:00
committed by GitHub
parent 5d73bc2238
commit c4aa08f5f0
4 changed files with 12 additions and 12 deletions

View File

@@ -536,7 +536,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
{({ open }) => (
<>
<Disclosure.Button
className={`mt-2 flex w-full items-center justify-between border-gray-700 bg-gray-800 px-4 py-2 text-gray-200 ${
className={`mt-2 flex w-full items-center justify-between space-x-2 border-gray-700 bg-gray-800 px-4 py-2 text-gray-200 ${
open
? 'rounded-t-md border-t border-l border-r'
: 'rounded-md border'
@@ -630,7 +630,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
<ChevronUpIcon
className={`${
open ? 'rotate-180 transform' : ''
} h-5 w-5 text-gray-500`}
} h-6 w-6 text-gray-500`}
/>
</Disclosure.Button>
<Transition