Implement additional helpers for Border and container::Appearance
This commit is contained in:
parent
b8f05eb8dd
commit
7ece5eea50
12 changed files with 71 additions and 35 deletions
|
|
@ -118,7 +118,7 @@ where
|
|||
renderer.fill_quad(
|
||||
renderer::Quad {
|
||||
bounds,
|
||||
border: Border::with_radius(appearance.radius),
|
||||
border: Border::rounded(appearance.radius),
|
||||
..renderer::Quad::default()
|
||||
},
|
||||
appearance.color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue