Skip to content

Commit

Permalink
fix(UIConstants): Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed Oct 9, 2023
1 parent 85b96be commit 479fac1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MailCore/UI/UIConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ public extension UIConstants {

public extension UIConstants {
static let navbarIconSize: CGFloat = 24
// size of 3 icons + padding between them
static let navbarIconsSpace: CGFloat = navbarIconSize * 3 + (16 * 5)
static let navbarIconPadding: CGFloat = 16
// size of 3 icons + 5 paddings between them
static let navbarIconsSpace: CGFloat = navbarIconSize * 3 + (navbarIconPadding * 5)

static let onboardingLogoHeight: CGFloat = 56
static let onboardingButtonHeight: CGFloat = 104
Expand Down

0 comments on commit 479fac1

Please sign in to comment.