fix: hover states on filters and chip groups (#9511)

* fix: hover states on filters and chip groups

* fix: create FilterChip component
This commit is contained in:
Sebastian Rindom
2024-10-09 16:50:47 +02:00
committed by GitHub
parent 7ec174309a
commit 0e11e89233
7 changed files with 146 additions and 332 deletions
@@ -76,7 +76,7 @@ const Chip = ({ index, className, children }: ChipProps) => {
return (
<li
className={clx(
"bg-ui-bg-component shadow-borders-base flex items-center divide-x overflow-hidden rounded-md",
"bg-ui-bg-component shadow-borders-base flex items-stretch divide-x overflow-hidden rounded-md",
{
"bg-ui-bg-component": variant === "component",
"bg-ui-bg-base-": variant === "base",