Skip to content

Commit

Permalink
fix global default mouse speed indicator's outer color
Browse files Browse the repository at this point in the history
  • Loading branch information
justDeeevin committed May 10, 2024
1 parent 4b08275 commit fda0006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/style.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use iced::Color;
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug)]
Expand Down Expand Up @@ -160,7 +161,7 @@ impl Default for Style {
},
default_mouse_speed_indicator_style: MouseSpeedIndicatorStyle {
inner_color: NohRgb::DEFAULT_GRAY,
outer_color: NohRgb::DEFAULT_GRAY,
outer_color: Color::WHITE.into(),
outline_width: 1.0,
},
element_styles: vec![],
Expand Down

0 comments on commit fda0006

Please sign in to comment.