mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 18:28:45 -04:00
Fixed hover color
This commit is contained in:
@@ -481,7 +481,9 @@
|
|||||||
href={currentTrack.url}
|
href={currentTrack.url}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
class="flex items-center overflow-hidden rounded-lg border-2 hover:bg-gray-100"
|
class={`flex items-center overflow-hidden rounded-lg border-2 ${
|
||||||
|
darkMode ? 'hover:bg-gray-700' : 'hover:bg-gray-100'
|
||||||
|
}`}
|
||||||
style="border-color:{COLORS.primary}"
|
style="border-color:{COLORS.primary}"
|
||||||
>
|
>
|
||||||
{#if artworkUrl}
|
{#if artworkUrl}
|
||||||
|
Reference in New Issue
Block a user