Skip to content

Commit

Permalink
edit in constraint for widget button
Browse files Browse the repository at this point in the history
  • Loading branch information
noorhashem committed Jun 24, 2020
1 parent dd561ac commit 48a429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/Today/TodayViewController.swift
Expand Up @@ -234,7 +234,7 @@ class ImageButtonWithLabel: UIView {
make.top.equalTo(self.safeAreaLayoutGuide)
make.right.greaterThanOrEqualTo(self.safeAreaLayoutGuide).offset(40)
make.left.greaterThanOrEqualTo(self.safeAreaLayoutGuide).inset(40)
make.width.height.greaterThanOrEqualTo(60)
make.height.greaterThanOrEqualTo(60)
}

label.snp.makeConstraints { make in
Expand Down

0 comments on commit 48a429a

Please sign in to comment.