mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
fix background
This commit is contained in:
parent
2885517b12
commit
700a68c58e
@ -226,6 +226,7 @@ function NewGroupDialog({ open, setOpen, currentGroups }: NewGroupDialogProps) {
|
||||
{group[0]}
|
||||
<div className="flex justify-center gap-1">
|
||||
<Button
|
||||
className="bg-transparent"
|
||||
size="icon"
|
||||
onClick={() => {
|
||||
setNewTitle(group[0]);
|
||||
@ -237,7 +238,7 @@ function NewGroupDialog({ open, setOpen, currentGroups }: NewGroupDialogProps) {
|
||||
<LuPencil />
|
||||
</Button>
|
||||
<Button
|
||||
className="text-destructive"
|
||||
className="text-destructive bg-transparent"
|
||||
size="icon"
|
||||
onClick={() => onDeleteGroup(group[0])}
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user