fix: shadcn bug
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-01-29 22:28:14 +08:00
parent b70095c99e
commit 88a14bfced

View File

@@ -261,7 +261,7 @@ function ComboboxChip({
{children} {children}
{showRemove && ( {showRemove && (
<ComboboxPrimitive.ChipRemove <ComboboxPrimitive.ChipRemove
render={<Button variant="ghost" size="icon-xs" />} render={<Button variant="ghost" size="icon-sm" />}
className="-ml-1 opacity-50 hover:opacity-100" className="-ml-1 opacity-50 hover:opacity-100"
data-slot="combobox-chip-remove" data-slot="combobox-chip-remove"
> >