This commit is contained in:
Timothy Jaeryang Baek
2025-06-27 15:44:26 +04:00
parent 38dfa6e6db
commit c8e8111dd9
33 changed files with 33 additions and 33 deletions

View File

@@ -134,7 +134,7 @@
dispatch('dismiss');
}}
>
<XMark />
<XMark className={'size-4'} />
</button>
<!-- <button

View File

@@ -40,7 +40,7 @@
onDismiss();
}}
>
<XMark />
<XMark className={'size-4'} />
</button>
</div>
{/if}

View File

@@ -84,7 +84,7 @@
show = false;
}}
>
<XMark />
<XMark className={'size-6'} />
</button>
</div>