forked from Github/frigate
Update frontend colors to match style guide (#10188)
* Get main background colors going * Finish sidebar * Get light mode colors working * Adjust icons * Adjust icons * remove unused * Fix mobile colors
This commit is contained in:
@@ -8,12 +8,12 @@ import { isDesktop } from "react-device-detect";
|
||||
|
||||
const variants = {
|
||||
primary: {
|
||||
active: "font-bold text-primary-foreground bg-primary",
|
||||
inactive: "text-muted-foreground bg-muted",
|
||||
active: "font-bold text-primary-foreground bg-selected",
|
||||
inactive: "text-secondary-foreground bg-secondary",
|
||||
},
|
||||
secondary: {
|
||||
active: "font-bold text-primary",
|
||||
inactive: "text-muted-foreground",
|
||||
inactive: "text-secondary-foreground",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user