refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2025-04-12 20:14:32 -07:00
parent 451465151e
commit 5844779384
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@
{#if dismissible}
<div class=" absolute -top-1 -right-1">
<button
class=" bg-white text-black border border-white rounded-full group-hover:visible invisible transition"
class=" bg-white text-black border border-gray-50 rounded-full group-hover:visible invisible transition"
type="button"
on:click|stopPropagation={() => {
dispatch('dismiss');