Skip to content

Commit

Permalink
fix: LodingIndicator 배경색 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Siwon-L committed Oct 23, 2024
1 parent d50f571 commit 447ec1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 447ec1d

Please sign in to comment.