Skip to content

Commit

Permalink
fix: remove widget border from style
Browse files Browse the repository at this point in the history
The border isn't antialiased for some reason, so removing it seems to
be the best option.
  • Loading branch information
Stonks3141 committed Dec 2, 2024
1 parent 97be106 commit dbf8b79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ fn make_widget_visual(
style::WidgetVisuals {
bg_fill,
weak_bg_fill: bg_fill,
bg_stroke: egui::Stroke {
color: theme.overlay1,
..old.bg_stroke
},
fg_stroke: egui::Stroke {
color: theme.text,
..old.fg_stroke
Expand Down

0 comments on commit dbf8b79

Please sign in to comment.