Fix FaPlay icon - remove style prop, use Tailwind opacity

This commit is contained in:
TheMaddax 2025-10-14 14:23:23 -06:00
parent 5f68cd48ba
commit b28bafaeb3

View file

@ -146,8 +146,8 @@ const VideoGallery: React.FC = () => {
className="w-full h-full object-cover"
preload="metadata"
/>
<div className="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center">
<FaPlay size={48} color="white" style={{ opacity: 0.8 }} />
<div className="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center opacity-80">
<FaPlay size={48} color="white" />
</div>
</div>
<div className="p-3 bg-[#6B1631]">