Skip to content

Commit

Permalink
close button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svojsu committed Dec 12, 2024
1 parent 2d9369e commit 50ca3b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ class DAppBrowserWidgetView: UIView {

addSubview(closeButton)
closeButton.snp.makeConstraints { make in
make.size.equalTo(13)
make.leading.equalToSuperview().inset(21.5)
make.top.equalToSuperview().inset(13.5)
make.size.equalTo(25)
make.leading.equalToSuperview().inset(16.0)
make.top.equalToSuperview().inset(8.0)
}

contentContainerView.addSubview(title)
Expand Down

0 comments on commit 50ca3b7

Please sign in to comment.