fix: border artifacts in button and input

This commit is contained in:
Ashley Wulber 2024-06-15 16:04:42 -04:00 committed by GitHub
parent 80b7049584
commit 33eec39268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 26 deletions

View file

@ -2071,6 +2071,7 @@ pub fn draw<'a, Message>(
renderer::Quad {
bounds,
border: Border {
radius: appearance.border_radius,
width: appearance.border_width,
..Default::default()
},