diff options
Diffstat (limited to 'examples/modal/src/main.rs')
| -rw-r--r-- | examples/modal/src/main.rs | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/examples/modal/src/main.rs b/examples/modal/src/main.rs index 531a19b5..59287c06 100644 --- a/examples/modal/src/main.rs +++ b/examples/modal/src/main.rs @@ -475,9 +475,7 @@ mod modal {                  renderer::Quad {                      bounds: layout.bounds(),                      border_radius: BorderRadius::default(), -                    border_width: 0.0, -                    border_color: Color::TRANSPARENT, -                    shadow: Default::default(), +                    ..renderer::Quad::default()                  },                  Color {                      a: 0.80, | 
