Skip to content

Commit

Permalink
Fix comment/bookmark sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Jan 23, 2025
1 parent 8df9b46 commit c94acdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/dw_design_system/dwds/icons/bookmark.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<svg class="bookmark-icon {% if dark %}dark{% endif %} {% if hover_light %}hover-light{% endif %} {% if hover_dark %}hover-dark{% endif %}"
width="43"
width="42"
height="42"
viewBox="0 0 43 42"
viewBox="0 0 42 42"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<ellipse class="background" cx="21" cy="21.5121" rx="14.0037" ry="14.0531" transform="rotate(-34.4913 21 21.5121)" fill="#FBE3DF" />
Expand Down
4 changes: 2 additions & 2 deletions src/dw_design_system/dwds/icons/comment.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<svg class="comment-icon {% if hover_light %}hover-light{% endif %} {% if hover_dark %}hover-dark{% endif %}"
xmlns="http://www.w3.org/2000/svg"
width="43"
width="42"
height="42"
viewBox="0 0 43 42"
viewBox="0 0 42 42"
fill="none">
<path class="background-outer" fill-rule="evenodd" clip-rule="evenodd" d="M11.6757 7.0346C8.3712 7.02411 5.68028 9.68749 5.65677 12.9919L5.54299 28.9839C5.5193 32.3142 8.21245 35.0266 11.5428 35.0266H29.5302C32.8448 35.0266 35.5314 32.339 35.5302 29.0244L35.5245 13.0892C35.5233 9.78372 32.849 7.10183 29.5436 7.09134L11.6757 7.0346Z" fill="#FBE3DF" />
<path class="background-inner background-border" d="M14.0683 33.8021L8.36719 35.431L10.1997 29.9335C9.07988 28.101 8.36719 25.9631 8.36719 23.7233C8.36719 17.2077 13.5593 12.0156 20.0749 12.0156C26.5905 12.0156 31.7826 17.2077 31.7826 23.7233C31.7826 30.2389 26.5905 35.431 20.0749 35.431C15.3918 35.431 14.0683 33.8021 14.0683 33.8021Z" fill="white" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
Expand Down

0 comments on commit c94acdc

Please sign in to comment.