Skip to content

Commit

Permalink
Add bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed May 16, 2018
1 parent 1d85583 commit 33c0452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trust/Tokens/ViewControllers/TokenViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TokenViewController: UIViewController {
}()

private var insets: UIEdgeInsets {
return UIEdgeInsets(top: header.frame.height + 66, left: 0, bottom: 0, right: 0)
return UIEdgeInsets(top: header.frame.height + 100, left: 0, bottom: 60, right: 0)
}

private var viewModel: TokenViewModel
Expand Down

0 comments on commit 33c0452

Please sign in to comment.