fix: notification button icon size

This commit is contained in:
ae 2025-05-04 15:00:25 +03:00
parent f2e36b09f2
commit 2197df05ef
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -249,7 +249,7 @@
<div class="error">
{$cError}
<button class="main-info-popup-button" on:click={() => ($cError = null)}>
<Close />
<Close classString="h-4 w-4" />
</button>
</div>
</div>
@ -261,7 +261,7 @@
<div class="success">
{$cSuccess}
<button class="main-info-popup-button" on:click={() => ($cSuccess = null)}>
<Close />
<Close classString="h-4 w-4" />
</button>
</div>
</div>