mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-15 15:35:25 +02:00
✨ Add option to delete account (#1110)
This commit is contained in:
parent
acbb6e552f
commit
899bb966fa
7 changed files with 207 additions and 10 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue