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

@@ -23,7 +23,7 @@
{$i18n.t('Feedback Details')}
</div>
<button class="self-center" on:click={close} aria-label="Close">
<XMark />
<XMark className={'size-5'} />
</button>
</div>

View File

@@ -38,7 +38,7 @@
{model.name}
</div>
<button class="self-center" on:click={close} aria-label="Close">
<XMark />
<XMark className={'size-5'} />
</button>
</div>
<div class="px-5 pb-4 dark:text-gray-200">

View File

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

View File

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

View File

@@ -86,7 +86,7 @@
banners = banners;
}}
>
<XMark />
<XMark className={'size-4'} />
</button>
</div>
{/each}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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