refactor(ui): align component utility classes with Tailwind v4

This commit is contained in:
2026-04-07 23:05:21 +05:30
parent 1fb96c4f6a
commit 212a962fba
45 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
const active = $derived($page.url.pathname === href)
const wrapperClass = $derived(
cx(restProps.class, "relative flex flex-shrink-0 items-center gap-3 text-left transition-all", {
cx(restProps.class, "relative flex shrink-0 items-center gap-3 text-left transition-all", {
"hover:bg-base-100 hover:text-base-content": true,
"text-base-content bg-base-100": active,
"tooltip tooltip-right": title,