Skip to content

Commit 734c75e

Browse files
Update src/components/icons/linkedin_icon.rs
Co-authored-by: Phosphorus Moscu <fernando.n.p.d.moscu@gmail.com>
1 parent 2e45e0d commit 734c75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons/linkedin_icon.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use leptos::*;
33
#[component]
44
pub fn LinkedinIcon(
55
#[prop(default = 40)] size: u32,
6-
#[prop(default = "fill-black dark:fill-[#bf8821]")] class: &'static str,
6+
#[prop(default = "fill-current dark:fill-[#bf8821]")] class: &'static str,
77
) -> impl IntoView {
88
view! {
99
<svg

0 commit comments

Comments
 (0)