recognize reactions

This commit is contained in:
Jon Staab
2024-08-23 14:42:50 -07:00
parent f12e7ef77c
commit 6722bd8493
8 changed files with 73 additions and 20 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
on:click
class={cx(
$$props.class,
"flex items-center gap-3 transition-all hover:bg-base-100 hover:text-base-content",
"flex items-center gap-3 transition-all hover:bg-base-100 hover:text-base-content text-left",
)}
class:text-base-content={active}
class:bg-base-100={active}>
@@ -48,7 +48,7 @@
on:click
class={cx(
$$props.class,
"flex w-full items-center gap-3 transition-all hover:bg-base-100 hover:text-base-content",
"flex w-full items-center gap-3 transition-all hover:bg-base-100 hover:text-base-content text-left",
)}
class:text-base-content={active}
class:bg-base-100={active}>