fix: style
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="col-span-1 flex justify-center">
|
||||
<button @click="removeItem(item.id)"
|
||||
<button @click="removeItem(item.id)"
|
||||
class="p-2 text-red-500 hover:bg-red-50 dark:hover:bg-red-900/20 rounded transition-colors"
|
||||
:title="t('Remove')">
|
||||
<UIcon name="material-symbols:delete" class="text-[20px]" />
|
||||
|
||||
Reference in New Issue
Block a user