Fix FaPlay icon - remove style prop, use Tailwind opacity
This commit is contained in:
parent
5f68cd48ba
commit
b28bafaeb3
1 changed files with 2 additions and 2 deletions
|
|
@ -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]">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue