fix: added more visibility for logging presenter button

This commit is contained in:
Nikita Semenov 2022-10-02 21:38:40 +03:00
parent e9edf3ab21
commit f6f4d2f214
1 changed files with 2 additions and 0 deletions

View File

@ -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