diff --git a/crates/gpui/src/elements/svg.rs b/crates/gpui/src/elements/svg.rs index 4ef880b3e17d56d46a07f097efef95e6b48f64a9..9792f16cbe19b65c7ff8d7d620f71d87d3c51f57 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) }