recognize reactions
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user