Skip to content

Commit

Permalink
πŸ’„ :: [#272] Ed it Admin Profile VC Interval Chang
Browse files Browse the repository at this point in the history
  • Loading branch information
Xixn2 committed Nov 18, 2024
1 parent 79f6a70 commit 0ccca9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ public class AdminProfileViewController: BaseViewController,UIImagePickerControl
}

themeChangRec.snp.makeConstraints {
$0.width.equalTo(335)
$0.width.equalTo(360)
$0.height.equalTo(64)
$0.top.equalTo(themeChangText.snp.bottom).offset(8)
$0.leading.equalToSuperview().offset(20)
Expand Down

0 comments on commit 0ccca9b

Please sign in to comment.