fix: Change gray to zinc

This commit is contained in:
April Hall 2025-02-05 19:18:05 -05:00
parent 0032c6c611
commit 7a0aa70e0e
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -3,7 +3,7 @@
const { message, imageSrc, user }: TypeMessage = $props();
</script>
<div class="w-full hover:bg-gray-200 flex py-2 dark:hover:bg-stone-900">
<div class="w-full hover:bg-zinc-200 flex py-2 dark:hover:bg-stone-900">
<div class="avatar mx-2 rounded-sm">
<div class="w-12 h-12 overflow-hidden rounded-lg border bg-white">
<img src={imageSrc} alt="Profile image for {user}" />