Appearance tweaks

This commit is contained in:
James Magahern
2020-08-14 17:44:49 -07:00
parent 669da89ff3
commit fa4ba64660
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ class URLBar: UIView
private let refreshImage = UIImage(systemName: "arrow.clockwise")
private let stopImage = UIImage(systemName: "xmark")
private let backgroundCornerRadius: CGFloat = 8
private let backgroundCornerRadius: CGFloat = 4
convenience init() {
self.init(frame: .zero)