summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/element.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/element.rs b/core/src/element.rs
index a39919d3..e57ad777 100644
--- a/core/src/element.rs
+++ b/core/src/element.rs
@@ -539,8 +539,7 @@ where
bounds: layout.bounds(),
border_color: color,
border_width: 1.0,
- border_radius: 0.0.into(),
- shadow: Default::default(),
+ ..renderer::Quad::default()
},
Color::TRANSPARENT,
);