mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-16 00:41:14 +03:00
tweak delete button color for consistency
This commit is contained in:
parent
746608db7f
commit
4a48fd7a69
@ -15,7 +15,7 @@ import {
|
|||||||
} from "react-icons/lu";
|
} from "react-icons/lu";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import Heading from "@/components/ui/heading";
|
import Heading from "@/components/ui/heading";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button, buttonVariants } from "@/components/ui/button";
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from "@/components/ui/input";
|
||||||
import { Label } from "@/components/ui/label";
|
import { Label } from "@/components/ui/label";
|
||||||
import { Switch } from "@/components/ui/switch";
|
import { Switch } from "@/components/ui/switch";
|
||||||
@ -436,6 +436,10 @@ export default function Go2RtcStreamsSettingsView({
|
|||||||
{t("button.cancel", { ns: "common" })}
|
{t("button.cancel", { ns: "common" })}
|
||||||
</AlertDialogCancel>
|
</AlertDialogCancel>
|
||||||
<AlertDialogAction
|
<AlertDialogAction
|
||||||
|
className={cn(
|
||||||
|
buttonVariants({ variant: "destructive" }),
|
||||||
|
"text-white",
|
||||||
|
)}
|
||||||
onClick={() => deleteDialog && deleteStream(deleteDialog)}
|
onClick={() => deleteDialog && deleteStream(deleteDialog)}
|
||||||
>
|
>
|
||||||
{t("go2rtcStreams.deleteStream")}
|
{t("go2rtcStreams.deleteStream")}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user