This commit is contained in:
Casper Storm 2023-05-23 15:28:45 +02:00
parent 1c86defab5
commit 1234d52812
11 changed files with 15 additions and 16 deletions

View file

@ -133,7 +133,7 @@ where
renderer.fill_quad(
renderer::Quad {
bounds: Rectangle { ..bounds },
border_radius: style.border_radius.into(),
border_radius: style.border_radius,
border_width: 0.0,
border_color: Color::TRANSPARENT,
},
@ -147,7 +147,7 @@ where
width: active_progress_width,
..bounds
},
border_radius: style.border_radius.into(),
border_radius: style.border_radius,
border_width: 0.0,
border_color: Color::TRANSPARENT,
},