diff --git a/Projects/Shared/DesignSystem/Sources/Indicator/MMIndicatorVC.swift b/Projects/Shared/DesignSystem/Sources/Indicator/MMIndicatorVC.swift index 309e58c1..4c38e13d 100644 --- a/Projects/Shared/DesignSystem/Sources/Indicator/MMIndicatorVC.swift +++ b/Projects/Shared/DesignSystem/Sources/Indicator/MMIndicatorVC.swift @@ -44,7 +44,7 @@ public final class MMLodingIndicatorVC: UIViewController { private func setupConstraints() { rootContainer.flex - .backgroundColor(Colors.White._1) + .backgroundColor(.clear) .alignItems(.center) .justifyContent(.center) .define { flex in