Rename QuadBorderRadius to BorderRadius

This commit is contained in:
Héctor Ramón Jiménez 2022-11-08 04:59:34 +01:00
parent 15f21641b7
commit 676d8efe03
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 13 additions and 14 deletions

View file

@ -109,7 +109,7 @@ where
self.primitives.push(Primitive::Quad {
bounds: quad.bounds,
background: background.into(),
border_radius: quad.border_radius.to_array(),
border_radius: quad.border_radius.into(),
border_width: quad.border_width,
border_color: quad.border_color,
});