Skip to content

Commit

Permalink
Fix checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Dec 30, 2024
1 parent 76835a5 commit c587e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl EguiExt for Ui {
if *checked {
color.gamma_multiply(0.3)
} else {
visuals.bg_fill
visuals.weak_bg_fill
},
visuals.bg_stroke,
));
Expand Down

0 comments on commit c587e55

Please sign in to comment.