Skip to content

Commit 9626eb6

Browse files
committed
Align the x icon better
1 parent 19e8673 commit 9626eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ function FeatureItem({
929929
)}
930930
/>
931931
) : (
932-
<XMarkIcon className="size-4 text-charcoal-500" />
932+
<XMarkIcon className="mt-0.5 size-4 min-w-4 text-charcoal-500" />
933933
)}
934934
<div
935935
className={cn(

0 commit comments

Comments
 (0)