mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
🐛 Fix cardSpotlight background color.
This commit is contained in:
parent
51809f10e5
commit
10fa885725
@ -42,7 +42,7 @@
|
|||||||
on:blur={handleBlur}
|
on:blur={handleBlur}
|
||||||
on:mouseenter={handleMouseEnter}
|
on:mouseenter={handleMouseEnter}
|
||||||
on:mouseleave={handleMouseLeave}
|
on:mouseleave={handleMouseLeave}
|
||||||
class="relative flex items-center justify-center overflow-hidden rounded-md border border-neutral-200 dark:border-neutral-800 bg-neutral-100 dark:bg-neutral-800/20"
|
class="relative flex items-center justify-center overflow-hidden rounded-md border border-neutral-200 dark:border-neutral-800 bg-neutral-100 dark:bg-neutral-900"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="pointer-events-none absolute -inset-px opacity-0 transition duration-300"
|
class="pointer-events-none absolute -inset-px opacity-0 transition duration-300"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user