mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Add pointer cursor
This commit is contained in:
parent
034e357d7c
commit
86f64a39a1
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ export function Discover() {
|
||||||
style={{ flex: `0 0 ${movieWidth}` }} // Set a fixed width for each movie
|
style={{ flex: `0 0 ${movieWidth}` }} // Set a fixed width for each movie
|
||||||
>
|
>
|
||||||
<div className="relative transition-transform hover:scale-105 duration-[0.45s]">
|
<div className="relative transition-transform hover:scale-105 duration-[0.45s]">
|
||||||
<Flare.Base className="group rounded-xl relative p-[0.6em] bg-background-main transition-colors duration-300">
|
<Flare.Base className="group cursor-pointer rounded-xl relative p-[0.6em] bg-background-main transition-colors duration-300">
|
||||||
<Flare.Light
|
<Flare.Light
|
||||||
flareSize={250}
|
flareSize={250}
|
||||||
cssColorVar="--colors-mediaCard-hoverAccent"
|
cssColorVar="--colors-mediaCard-hoverAccent"
|
||||||
|
|
Loading…
Reference in a new issue