We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e45e0d commit 734c75eCopy full SHA for 734c75e
src/components/icons/linkedin_icon.rs
@@ -3,7 +3,7 @@ use leptos::*;
3
#[component]
4
pub fn LinkedinIcon(
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