mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 💄 Fix broken colors in some parts of the UI
Some checks failed
Some checks failed
The hsl() wrapper was no longer needed with tailwind v4
This commit is contained in:
parent
6d1b29f673
commit
1ec56ef150
3 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ export const sidebarMenuButtonVariants = cva(
|
|||
default:
|
||||
"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",
|
||||
outline:
|
||||
"bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]",
|
||||
"bg-background shadow-[0_0_0_1px_var(--sidebar-border)] hovfer:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_var(--sidebar-accent)]",
|
||||
},
|
||||
size: {
|
||||
default: "h-8 text-sm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue