forked from Github/frigate
Implement camera stats graphs (#10831)
* Implement camera graphs * Cleanup naming * Cleanup rendering * Cleanup spacing * Fix audio name * theme updates to match design corretly * Mobile color fixes * Mobile color fixes
This commit is contained in:
@@ -12,11 +12,11 @@ import { TooltipPortal } from "@radix-ui/react-tooltip";
|
||||
const variants = {
|
||||
primary: {
|
||||
active: "font-bold text-white bg-selected",
|
||||
inactive: "text-muted-foreground bg-secondary",
|
||||
inactive: "text-secondary-foreground bg-secondary",
|
||||
},
|
||||
secondary: {
|
||||
active: "font-bold text-selected",
|
||||
inactive: "text-muted-foreground",
|
||||
inactive: "text-secondary-foreground",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user