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]}
|
{group[0]}
|
||||||
<div className="flex justify-center gap-1">
|
<div className="flex justify-center gap-1">
|
||||||
<Button
|
<Button
|
||||||
|
className="bg-transparent"
|
||||||
size="icon"
|
size="icon"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setNewTitle(group[0]);
|
setNewTitle(group[0]);
|
||||||
@ -237,7 +238,7 @@ function NewGroupDialog({ open, setOpen, currentGroups }: NewGroupDialogProps) {
|
|||||||
<LuPencil />
|
<LuPencil />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
className="text-destructive"
|
className="text-destructive bg-transparent"
|
||||||
size="icon"
|
size="icon"
|
||||||
onClick={() => onDeleteGroup(group[0])}
|
onClick={() => onDeleteGroup(group[0])}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user