diff --git a/crates/gpui/src/elements/svg.rs b/crates/gpui/src/elements/svg.rs index 4ef880b3e1..9792f16cbe 100644 --- a/crates/gpui/src/elements/svg.rs +++ b/crates/gpui/src/elements/svg.rs @@ -30,7 +30,6 @@ impl Svg { Self::new(style.asset) .with_color(style.color) .constrained() - .constrained() .with_width(style.dimensions.width) .with_height(style.dimensions.height) }