Add option to delete account (#1110)

This commit is contained in:
Luke Vella 2024-05-18 15:02:51 +08:00 committed by GitHub
parent acbb6e552f
commit 899bb966fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 207 additions and 10 deletions

View file

@ -33,7 +33,7 @@ export function Icon({ children, size, variant }: IconProps) {
<Slot
className={cn(
iconVariants({ size, variant }),
"group-[.bg-primary]:text-primary-100 group shrink-0",
"group-[.bg-primary]:text-primary-100 group-[.bg-destructive]:text-destructive-foreground group shrink-0",
)}
>
{children}