Skip to content

Commit

Permalink
more wip stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Sep 1, 2024
1 parent e3852de commit a9f0a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/start_menu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ impl<'a> StartMenu<'a> {
let mut background_color = theme.palette().primary;
(border_color.a, background_color.a) =
if matches!(status, button::Status::Hovered | button::Status::Pressed) {
(0.46, 0.36)
(0.80, 0.20)
} else {
(0.36, 0.26)
(0.26, 0.10)
};

button::Style {
Expand Down

0 comments on commit a9f0a1d

Please sign in to comment.