@reshape-biotech/design-system 2.7.30 → 2.7.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
{:else}
|
|
19
19
|
<div
|
|
20
20
|
{...props}
|
|
21
|
-
class="
|
|
21
|
+
class="h-9 cursor-pointer items-center rounded-lg px-2 py-1.5 text-sm outline-none transition-colors hover:bg-neutral-hover focus:bg-neutral-hover data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_a]:no-underline {className}"
|
|
22
22
|
>
|
|
23
23
|
{@render children?.()}
|
|
24
24
|
</div>
|