mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 10:18:45 -04:00
Fixed hover color
This commit is contained in:
@@ -481,7 +481,9 @@
|
||||
href={currentTrack.url}
|
||||
target="_blank"
|
||||
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}"
|
||||
>
|
||||
{#if artworkUrl}
|
||||
|
Reference in New Issue
Block a user