Skip to content

Commit

Permalink
Update 'Check Messages' button and margins on SC Welcome screen
Browse files Browse the repository at this point in the history
Update SC Welcome screen according to new design: decrease 'Check Messages' button size and side margins.

MOB-3691
  • Loading branch information
igorkravchenko committed Oct 18, 2024
1 parent 19cf7fb commit f4300ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Dispatch

extension SecureConversations {
final class WelcomeView: BaseView {
static let sideMargin = 24.0
static let sideMargin = 16.0
static let filePickerButtonSize = 44.0

var props: Props {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extension Theme {

let checkMessagesButtonStyle = SecureConversations.WelcomeStyle.CheckMessagesButtonStyle(
title: Localization.MessageCenter.Welcome.checkMessages,
font: font.header2,
textStyle: .title2,
font: font.bodyText,
textStyle: .body,
color: color.primary,
accessibility: .init(
isFontScalingEnabled: true,
Expand Down

0 comments on commit f4300ab

Please sign in to comment.