Autoformat

This commit is contained in:
Jon Staab
2024-08-05 15:28:46 -07:00
parent 856a5cecc4
commit 4172b2d91f
20 changed files with 362 additions and 251 deletions
+4 -2
View File
@@ -3,8 +3,10 @@
export let active
</script>
<a {href} class="button group hover:bg-base-100 transition-all justify-start border-none">
<div class="flex items-center gap-3 group-hover:brightness=[1.5]" class:group-hover:brightness-[1.4]={active}>
<a {href} class="button group justify-start border-none transition-all hover:bg-base-100">
<div
class="group-hover:brightness=[1.5] flex items-center gap-3"
class:group-hover:brightness-[1.4]={active}>
<slot />
</div>
</a>