We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734c75e commit d0b4d0dCopy full SHA for d0b4d0d
src/components/icons/github_icon.rs
@@ -3,7 +3,7 @@ use leptos::{component, view, IntoView};
3
#[component]
4
pub fn GithubIcon(
5
#[prop(default = 40)] size: u32,
6
- #[prop(default = "fill-black dark:fill-[#bf8821]")] class: &'static str,
+ #[prop(default = "fill-current dark:fill-[#bf8821]")] class: &'static str,
7
) -> impl IntoView {
8
view! {
9
<svg
0 commit comments