fix: added more visibility for logging presenter button
This commit is contained in:
parent
e9edf3ab21
commit
f6f4d2f214
|
|
@ -64,6 +64,8 @@ open class LoggingTogglingViewController: BaseInitializeableViewController {
|
|||
button.setTitleColor(.black, for: .normal)
|
||||
button.backgroundColor = .white
|
||||
button.layer.cornerRadius = 10
|
||||
button.layer.borderWidth = 1
|
||||
button.layer.borderColor = UIColor.gray.cgColor
|
||||
}
|
||||
|
||||
// MARK: - Private methods
|
||||
|
|
|
|||
Loading…
Reference in New Issue