We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde8438 commit 48519f9Copy full SHA for 48519f9
apps/webapp/app/components/primitives/AppliedFilter.tsx
@@ -53,7 +53,7 @@ export function AppliedFilter({
53
<div
54
className={cn("flex items-start leading-4", label === undefined ? "gap-1.5" : "gap-0.5")}
55
>
56
- <div className="-mt-[0.5px] flex items-center gap-1">
+ <div className="-mt-[0.5px] flex items-center gap-1.5">
57
{icon}
58
{label && (
59
<div className="text-text-bright">
0 commit comments