Skip to content

Commit

Permalink
REFACT :: [#346] home - 리펙
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunho0922 committed Jul 4, 2024
1 parent 55fd047 commit 3b33b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ShopViewController: BaseViewController<Any> {
backgroundView.snp.makeConstraints {
$0.centerY.equalToSuperview().inset(40.0)
$0.centerX.equalToSuperview()
$0.width.equalToSuperview()
$0.width.equalToSuperview().inset(55.0)
$0.height.equalTo(228)
}

Expand Down

0 comments on commit 3b33b0c

Please sign in to comment.