fix styles

This commit is contained in:
pa
2026-01-12 21:08:18 +09:00
committed by Natsumi
parent 065870a7f8
commit 82bd985142
14 changed files with 129 additions and 109 deletions

View File

@@ -9,7 +9,7 @@
@input="updateSearchText"
@keyup.enter="search" />
<TooltipWrapper side="bottom" :content="t('view.search.clear_results_tooltip')">
<Button class="rounded-full mr-2" size="icon-sm" variant="ghost" @click="handleClearSearch"
<Button class="rounded-full ml-2" size="icon" variant="ghost" @click="handleClearSearch"
><Trash2
/></Button>
</TooltipWrapper>