Set aspect ratios on live display (#9780)

* set aspect ratios on live display

* try 8/9
This commit is contained in:
Josh Hawkins
2024-02-10 10:28:23 -06:00
committed by GitHub
parent 44d8cdbba1
commit 2d22800a3d
2 changed files with 7 additions and 6 deletions

View File

@@ -74,8 +74,8 @@ function SidebarItem({ Icon, title, url, dev, onClick }: SidebarItemProps) {
className={({ isActive }) =>
`mx-[10px] mb-6 flex flex-col justify-center items-center rounded-lg ${
isActive
? "font-bold text-white bg-primary"
: "text-muted-foreground bg-secondary"
? "font-bold text-primary-foreground bg-primary"
: "text-muted-foreground bg-muted"
}`
}
>