Skip to content

Commit a2c1230

Browse files
committed
fix(webapp): tighten the cross icon path
1 parent c37b871 commit a2c1230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/assets/icons/CrossIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function CrossIcon({ className }: { className?: string }) {
88
fill="none"
99
xmlns="http://www.w3.org/2000/svg"
1010
>
11-
<path d="M5 5L19 19M19 5L5 19" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
11+
<path d="M6 6L18 18M18 6L6 18" stroke="currentColor" strokeWidth="2" strokeLinecap="round" />
1212
</svg>
1313
);
1414
}

0 commit comments

Comments
 (0)