-
+
{polygon.name.length ? "Edit" : "New"} Zone
diff --git a/web/src/components/ui/sonner.tsx b/web/src/components/ui/sonner.tsx
index 15690ddc7..21da14e4e 100644
--- a/web/src/components/ui/sonner.tsx
+++ b/web/src/components/ui/sonner.tsx
@@ -18,6 +18,8 @@ const Toaster = ({ ...props }: ToasterProps) => {
actionButton: "group-[.toast]:bg-primary group-[.toast]:text-primary",
cancelButton:
"group-[.toast]:bg-muted group-[.toast]:text-muted-foreground",
+ closeButton:
+ "group-[.toast]:bg-secondary border-primary border-[1px]",
success:
"group toast group-[.toaster]:bg-success group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",
error:
diff --git a/web/src/pages/ConfigEditor.tsx b/web/src/pages/ConfigEditor.tsx
index 126d6c66a..7c30b5447 100644
--- a/web/src/pages/ConfigEditor.tsx
+++ b/web/src/pages/ConfigEditor.tsx
@@ -158,7 +158,7 @@ function ConfigEditor() {
)}
-
+
);
}
diff --git a/web/src/pages/Logs.tsx b/web/src/pages/Logs.tsx
index c166968ab..e6cf07be5 100644
--- a/web/src/pages/Logs.tsx
+++ b/web/src/pages/Logs.tsx
@@ -332,7 +332,7 @@ function Logs() {
return (