From 4a48fd7a69332d4ebb2cfabf84481e00cdcf110c Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 19 Mar 2026 10:11:58 -0500 Subject: [PATCH] tweak delete button color for consistency --- web/src/views/settings/Go2RtcStreamsSettingsView.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/views/settings/Go2RtcStreamsSettingsView.tsx b/web/src/views/settings/Go2RtcStreamsSettingsView.tsx index 0669dc5bd0..47c453c3f3 100644 --- a/web/src/views/settings/Go2RtcStreamsSettingsView.tsx +++ b/web/src/views/settings/Go2RtcStreamsSettingsView.tsx @@ -15,7 +15,7 @@ import { } from "react-icons/lu"; import { Link } from "react-router-dom"; 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 { Label } from "@/components/ui/label"; import { Switch } from "@/components/ui/switch"; @@ -436,6 +436,10 @@ export default function Go2RtcStreamsSettingsView({ {t("button.cancel", { ns: "common" })} deleteDialog && deleteStream(deleteDialog)} > {t("go2rtcStreams.deleteStream")}