mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-14 16:19:17 +03:00
style(webui): simplify delete confirmation icon
This commit is contained in:
@@ -44,11 +44,11 @@ export function DeleteConfirm({
|
|||||||
className="w-[min(calc(100vw-2rem),24rem)] gap-0 p-5 text-center"
|
className="w-[min(calc(100vw-2rem),24rem)] gap-0 p-5 text-center"
|
||||||
>
|
>
|
||||||
<AlertDialogHeader className="items-center space-y-0 text-center">
|
<AlertDialogHeader className="items-center space-y-0 text-center">
|
||||||
<div className="mb-5 grid h-16 w-16 place-items-center rounded-full bg-destructive/10 text-destructive">
|
<Trash2
|
||||||
<div className="grid h-9 w-9 place-items-center rounded-full border border-destructive/20 bg-destructive/5">
|
className="mb-4 h-6 w-6 text-destructive"
|
||||||
<Trash2 className="h-5 w-5" strokeWidth={2.4} aria-hidden />
|
strokeWidth={1.8}
|
||||||
</div>
|
aria-hidden
|
||||||
</div>
|
/>
|
||||||
<AlertDialogTitle className="text-center text-[20px] font-semibold leading-tight tracking-[-0.02em] text-foreground">
|
<AlertDialogTitle className="text-center text-[20px] font-semibold leading-tight tracking-[-0.02em] text-foreground">
|
||||||
{multiple
|
{multiple
|
||||||
? t("deleteConfirm.titleMany", {
|
? t("deleteConfirm.titleMany", {
|
||||||
|
|||||||
Reference in New Issue
Block a user