Skip to content

Commit 6389e6a

Browse files
committed
feat: MoreInfo 컴포넌트의 rect 크기 및 속성 조정
- MoreInfo 컴포넌트의 rect 요소의 크기를 47로 변경하고, 위치와 rx 값을 조정하여 디자인을 개선함
1 parent a795b19 commit 6389e6a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

apps/web/src/assets/icons/components/MoreInfo.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ const MoreInfo = ({ width = 48, height = 48 }: IconProps) => {
99
viewBox="0 0 48 48"
1010
fill="none"
1111
>
12-
<rect width="48" height="48" fill="#fff" rx="24" />
13-
<rect width="48" height="48" stroke="#E4E6EB" strokeWidth="1.5" rx="24" />
12+
<rect width="47" height="47" x="0.5" y="0.5" fill="#fff" rx="23.5" />
13+
<rect
14+
width="47"
15+
height="47"
16+
x="0.5"
17+
y="0.5"
18+
stroke="#E4E6EB"
19+
strokeWidth="1"
20+
rx="23.5"
21+
/>
1422
<circle
1523
cx="30.919"
1624
cy="23.998"

0 commit comments

Comments
 (0)