Skip to content

Commit

Permalink
Fix gap showing between border and background.
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Aug 2, 2024
1 parent f95f5f7 commit 983ef5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions widget/src/progress_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,7 @@ where
renderer.fill_quad(
renderer::Quad {
bounds: Rectangle { ..bounds },
border: Border {
color: Color::TRANSPARENT,
..style.border
},
border: style.border,
..renderer::Quad::default()
},
style.background,
Expand Down

0 comments on commit 983ef5a

Please sign in to comment.