diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/modal/src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/modal/src/main.rs b/examples/modal/src/main.rs index 25483cf3..2f20795c 100644 --- a/examples/modal/src/main.rs +++ b/examples/modal/src/main.rs @@ -412,7 +412,7 @@ mod modal {              renderer.fill_quad(                  renderer::Quad {                      bounds: layout.bounds(), -                    border_radius: 0.0, +                    border_radius: renderer::BorderRadius::from(0.0),                      border_width: 0.0,                      border_color: Color::TRANSPARENT,                  }, | 
