fix: Change gray to zinc
This commit is contained in:
parent
0032c6c611
commit
7a0aa70e0e
@ -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}" />
|
||||
|
Loading…
Reference in New Issue
Block a user