BetaAnnounceCell: Update close button.

This commit is contained in:
SBiOSoftWhare
2021-05-06 15:46:06 +02:00
parent 4579b3354d
commit 06385415fd
2 changed files with 4 additions and 4 deletions
@@ -21,7 +21,7 @@ final class CloseButton: UIButton, Themable {
// MARK: - Constants
private enum CircleBackgroundConstants {
static let height: CGFloat = 30.0
static let height: CGFloat = 26.0
static let highlightedAlha: CGFloat = 0.5
static let normalAlha: CGFloat = 0.8
}