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