- {line.severity == "error" ? (
-
- ) : (
-
- )}
- {line.severity}
+
{line.dateStamp}
-
+
{line.section}
{line.content}
- {contentOverflows && (
-
- )}
);
diff --git a/web/tailwind.config.js b/web/tailwind.config.js
index 916e625d4..ba4e69536 100644
--- a/web/tailwind.config.js
+++ b/web/tailwind.config.js
@@ -43,10 +43,6 @@ module.exports = {
ring: "hsl(var(--ring))",
danger: "#ef4444",
success: "#22c55e",
- // detection colors
- motion: "#991b1b",
- object: "#06b6d4",
- audio: "#ea580c",
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",
selected: "hsl(var(--selected))",
@@ -63,6 +59,10 @@ module.exports = {
DEFAULT: "hsl(var(--destructive))",
foreground: "hsl(var(--destructive-foreground))",
},
+ warning: {
+ DEFAULT: "hsl(var(--warning))",
+ foreground: "hsl(var(--warning-foreground))",
+ },
muted: {
DEFAULT: "hsl(var(--muted))",
foreground: "hsl(var(--muted-foreground))",
diff --git a/web/themes/theme-default.css b/web/themes/theme-default.css
index f0d793284..57c30fbee 100644
--- a/web/themes/theme-default.css
+++ b/web/themes/theme-default.css
@@ -48,8 +48,14 @@
--destructive: hsl(0 84.2% 60.2%);
--destructive: 0 84.2% 60.2%;
- --destructive-foreground: hsl(210 40% 98%);
- --destructive-foreground: 210 40% 98%;
+ --destructive-foreground: hsl(0 100% 83%);
+ --destructive-foreground: 0 100% 83%;
+
+ --warning: hsl(17 87% 18%);
+ --warning: 17 87% 18%;
+
+ --warning-foreground: hsl(32 100% 74%);
+ --warning-foreground: 32 100% 74%;
--border: hsl(214.3 31.8% 91.4%);
--border: 214.3 31.8% 91.4%;
@@ -133,8 +139,14 @@
--destructive: hsl(0 62.8% 30.6%);
--destructive: 0 62.8% 30.6%;
- --destructive-foreground: hsl(210 40% 98%);
- --destructive-foreground: 210 40% 98%;
+ --destructive-foreground: hsl(0 100% 83%);
+ --destructive-foreground: 0 100% 83%;
+
+ --warning: hsl(17 87% 18%);
+ --warning: 17 87% 18%;
+
+ --warning-foreground: hsl(32 100% 74%);
+ --warning-foreground: 32 100% 74%;
--border: hsl(0, 0%, 32%);
--border: 0 0% 32%;