forked from Github/frigate
UI tweaks (#10998)
* Make buttons consistent and have hover state * Use switch for camera to be consistent * Use everywhere and remove unused * Use green for normal stats color * Fix logs copy icon * Remove warnings from pydantic serialization * Ignore warnings * Fix wsdl resolution * Fix loading on switch
This commit is contained in:
@@ -11,8 +11,8 @@ import { IconType } from "react-icons";
|
||||
|
||||
const variants = {
|
||||
primary: {
|
||||
active: "font-bold text-white bg-selected",
|
||||
inactive: "text-secondary-foreground bg-secondary",
|
||||
active: "font-bold text-white bg-selected hover:bg-selected/80",
|
||||
inactive: "text-secondary-foreground bg-secondary hover:bg-muted",
|
||||
},
|
||||
secondary: {
|
||||
active: "font-bold text-selected",
|
||||
|
||||
@@ -32,7 +32,7 @@ function Sidebar() {
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
<div className="flex flex-col items-center mb-8">
|
||||
<div className="flex flex-col items-center gap-4 mb-8">
|
||||
<GeneralSettings />
|
||||
<AccountSettings />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user