From 10b7e5c17b52d189fc6ca8573dac6564449976c0 Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Mon, 29 Apr 2024 07:49:09 -0500 Subject: [PATCH] Fix desktop dependencies in light mode --- src/components/desktop_dependencies.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/desktop_dependencies.rs b/src/components/desktop_dependencies.rs index a87439dd3..f46f5457f 100644 --- a/src/components/desktop_dependencies.rs +++ b/src/components/desktop_dependencies.rs @@ -62,7 +62,7 @@ pub(crate) fn DesktopDependencies() -> Element { rsx! { button { - class: "p-2 text-white border-0 hover:text-blue-400 text-2xl", + class: "p-2 border-0 hover:text-blue-400 text-2xl", onclick: move |_| { active.toggle(); }, @@ -83,7 +83,7 @@ pub(crate) fn DesktopDependencies() -> Element { div { class: "flex flex-col items-center justify-center", div { - class: "flex flex-col width-full items-center justify-center space-y-4 text-white divide-y-2 border-white m-5 rounded-lg", + class: "flex flex-col width-full items-center justify-center space-y-4 divide-y-2 border-white m-5 rounded-lg", div { class: "flex flex-row items-center justify-center m-2", "Your OS: "