diff --git a/crates/ui/src/components/content_box.rs b/crates/ui/src/components/content_box.rs index fff7294029..a983732688 100644 --- a/crates/ui/src/components/content_box.rs +++ b/crates/ui/src/components/content_box.rs @@ -18,8 +18,8 @@ impl ContentBox { pub fn new() -> Self { Self { base: div(), - border: false, - fill: false, + border: true, + fill: true, children: SmallVec::new(), } }