diff --git a/modules/Element.lua b/modules/Element.lua index 1bdafd0..faac3b6 100644 --- a/modules/Element.lua +++ b/modules/Element.lua @@ -429,6 +429,8 @@ function Element.new(props) objectFit = self.objectFit, objectPosition = self.objectPosition, imageOpacity = self.imageOpacity, + contentBlur = self.contentBlur, + backdropBlur = self.backdropBlur, }, { Color = Color, RoundedRect = RoundedRect,