fix: border artifacts in button and input
This commit is contained in:
parent
80b7049584
commit
33eec39268
2 changed files with 36 additions and 26 deletions
|
|
@ -2071,6 +2071,7 @@ pub fn draw<'a, Message>(
|
|||
renderer::Quad {
|
||||
bounds,
|
||||
border: Border {
|
||||
radius: appearance.border_radius,
|
||||
width: appearance.border_width,
|
||||
..Default::default()
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue