Skip to content

Commit

Permalink
fix: 커뮤니티 게시글에서 누락된 북마크 색상 변경 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyouung committed Dec 2, 2024
1 parent 6087103 commit 28eadce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/community/IconBookmark.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const IconBookmark = (props) => {
{...props}
>
<Path
fill="#CDCFD5"
fill={color}
fillRule="evenodd"
d="M15.398 9.968H8.543a.75.75 0 0 1 0-1.5h6.855a.75.75 0 0 1 0 1.5Zm4.542 3.022-.003-2.061C19.937 3.335 18.746 2 11.97 2s-7.966 1.335-7.966 8.929l-.003 2.061c-.01 5.625-.013 7.731.846 8.59.278.279.647.42 1.096.42.955 0 2.017-.907 3.142-1.868.996-.851 2.125-1.815 2.885-1.815.76 0 1.889.964 2.885 1.815C15.98 21.093 17.043 22 17.998 22c.449 0 .818-.141 1.096-.42.859-.859.855-2.965.846-8.59Z"
clipRule="evenodd"
Expand Down

0 comments on commit 28eadce

Please sign in to comment.