Merge branch 'bugfix/secondary_button_color' into 'develop'
border the button See merge request BPHV_MIPS/mvm_core_ui!124
This commit is contained in:
commit
a80b68dc14
@ -42,7 +42,8 @@ import UIKit
|
|||||||
|
|
||||||
open override func setupView() {
|
open override func setupView() {
|
||||||
super.setupView()
|
super.setupView()
|
||||||
setupButton()
|
setupWithTwoButtons()
|
||||||
|
secondaryButton?.bordered = true
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - MVMCoreUIMoleculeViewProtocol
|
// MARK: - MVMCoreUIMoleculeViewProtocol
|
||||||
@ -60,10 +61,6 @@ import UIKit
|
|||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Constraining
|
// MARK: - Constraining
|
||||||
func setupButton() {
|
|
||||||
setupWithTwoButtons()
|
|
||||||
}
|
|
||||||
|
|
||||||
func createPrimaryButton() {
|
func createPrimaryButton() {
|
||||||
if primaryButton == nil {
|
if primaryButton == nil {
|
||||||
primaryButton = PrimaryButton.button()
|
primaryButton = PrimaryButton.button()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user