diff --git a/web/src/components/timeline/MotionSegment.tsx b/web/src/components/timeline/MotionSegment.tsx index 857c91cf8..279f69a9a 100644 --- a/web/src/components/timeline/MotionSegment.tsx +++ b/web/src/components/timeline/MotionSegment.tsx @@ -253,7 +253,7 @@ export function MotionSegment({ {!motionOnly && severity.map((severityValue: number, index: number) => { - if (severityValue > 1) { + if (severityValue > 0) { return (
diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 066b9240c..916e625d4 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -9,7 +9,7 @@ module.exports = { ], safelist: [ { - pattern: /(outline|shadow)-severity_(alert|detection|motion)/, + pattern: /(outline|shadow)-severity_(alert|detection|significant_motion)/, }, ], theme: {