Skip to content

Commit

Permalink
Use currentColor in build/license SVGs.
Browse files Browse the repository at this point in the history
Does it break something?
  • Loading branch information
aartaka committed Dec 24, 2024
1 parent 3d71d6e commit c94c0b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/hs_ui/svg/build.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
:fill "none"
:xmlns "http://www.w3.org/2000/svg"}
[:path {:d "M13.334 2.12897H10.0007C9.63246 2.12897 9.33398 2.42744 9.33398 2.79563V6.12897C9.33398 6.49716 9.63246 6.79563 10.0007 6.79563H13.334C13.7022 6.79563 14.0007 6.49716 14.0007 6.12897V2.79563C14.0007 2.42744 13.7022 2.12897 13.334 2.12897Z"
:stroke "#000" #_"#727885"
:stroke "currentColor"
:stroke-width "1.25"
:stroke-linecap "round"
:stroke-linejoin "round"}]
[:path {:d "M6.66667 14.129V5.46232C6.66667 5.28551 6.59643 5.11594 6.4714 4.99092C6.34638 4.86589 6.17681 4.79565 6 4.79565H2.66667C2.48986 4.79565 2.32029 4.86589 2.19526 4.99092C2.07024 5.11594 2 5.28551 2 5.46232V13.4623C2 13.6391 2.07024 13.8087 2.19526 13.9337C2.32029 14.0588 2.48986 14.129 2.66667 14.129H10.6667C10.8435 14.129 11.013 14.0588 11.1381 13.9337C11.2631 13.8087 11.3333 13.6391 11.3333 13.4623V10.129C11.3333 9.95218 11.2631 9.78261 11.1381 9.65758C11.013 9.53256 10.8435 9.46232 10.6667 9.46232H2"
:stroke "#000" #_"#727885"
:stroke "currentColor"
:stroke-width "1.25"
:stroke-linecap "round"
:stroke-linejoin "round"}]])
4 changes: 2 additions & 2 deletions src/hs_ui/svg/license.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
:fill "none"
:xmlns "http://www.w3.org/2000/svg"}
[:path {:d "M7.99967 15.2956C11.6816 15.2956 14.6663 12.3108 14.6663 8.62895C14.6663 4.94705 11.6816 1.96228 7.99967 1.96228C4.31778 1.96228 1.33301 4.94705 1.33301 8.62895C1.33301 12.3108 4.31778 15.2956 7.99967 15.2956Z"
:stroke "#000" #_"#727885" ;NOTE: Temporary black icon
:stroke "currentColor"
:stroke-width "1.25"
:stroke-linecap "round"
:stroke-linejoin "round"}]
[:path {:d "M9.8862 10.5156C9.51314 10.8883 9.03798 11.1419 8.52078 11.2446C8.00358 11.3472 7.46755 11.2943 6.98045 11.0923C6.49336 10.8904 6.07706 10.5486 5.78417 10.1102C5.49128 9.67169 5.33496 9.15624 5.33496 8.62895C5.33496 8.10166 5.49128 7.5862 5.78417 7.14774C6.07706 6.70927 6.49336 6.36747 6.98045 6.16555C7.46755 5.96363 8.00358 5.91065 8.52078 6.0133C9.03798 6.11596 9.51314 6.36964 9.8862 6.74228"
:stroke "#000" #_"#727885" ;NOTE: Temporary black icon
:stroke "currentColor"
:stroke-width "1.25"
:stroke-linecap "round"
:stroke-linejoin "round"}]])

0 comments on commit c94c0b0

Please sign in to comment.