Skip to content

Commit

Permalink
fix astro icon fill
Browse files Browse the repository at this point in the history
  • Loading branch information
gxskpo committed Oct 22, 2024
1 parent 76d8d89 commit 544f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/astro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub fn Astro() -> impl IntoView {
preserveAspectRatio="xMidYMid"
>
<path
fill="#fff"
fill="var(--text)"
d="M182.022 9.147c2.982 3.702 4.502 8.697 7.543 18.687L256 246.074a276.467 276.467 0 0 0-79.426-26.891L133.318 73.008a5.63 5.63 0 0 0-10.802.017L79.784 219.11A276.453 276.453 0 0 0 0 246.04L66.76 27.783c3.051-9.972 4.577-14.959 7.559-18.654a24.541 24.541 0 0 1 9.946-7.358C88.67 0 93.885 0 104.314 0h47.683c10.443 0 15.664 0 20.074 1.774a24.545 24.545 0 0 1 9.95 7.373Z"
/>
<path
Expand Down

0 comments on commit 544f0c7

Please sign in to comment.