Skip to content

Commit

Permalink
Fix desktop dependencies in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Apr 29, 2024
1 parent 3c5bfca commit 10b7e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/desktop_dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
},
Expand All @@ -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: "
Expand Down

0 comments on commit 10b7e5c

Please sign in to comment.