Skip to content

Commit 7d27f16

Browse files
committed
fix: closeIcon에 배경 추가
1 parent a8c6442 commit 7d27f16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/icons/CloseIcon.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default function CloseIcon({
1818
fill="none"
1919
xmlns="http://www.w3.org/2000/svg"
2020
aria-label="Close icon"
21+
className="rounded-[5px] active:bg-[#D2D6DB]/40"
2122
role="img"
2223
{...props}
2324
>

0 commit comments

Comments
 (0)