Try fixing border color

This commit is contained in:
Captain Jack Sparrow 2024-04-29 16:47:48 +00:00
parent c33efc51ee
commit 6f7e79c2d3
2 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function MediaCardContent({
})}
/>
<Flare.Child
className={`pointer-events-auto relative mb-2 p-[0.5em] transition-transform duration-300 ${
className={`pointer-events-auto relative mb-2 p-[0.4em] transition-transform duration-300 ${
canLink ? "group-hover:scale-95" : "opacity-60"
}`}
>

View File

@ -245,6 +245,7 @@ export function Discover() {
: isTVShow
? `${category} Shows`
: `${category} Movies`;
// https://tailwindcss.com/docs/border-style
return (
<div className="relative overflow-hidden mt-2">
<h2 className="text-2xl cursor-default font-bold text-white sm:text-3xl md:text-2xl mx-auto pl-5">