Merge branch 'feature/atomic_vds_tooltip' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two
This commit is contained in:
commit
84ba882b37
@ -26,7 +26,7 @@ open class TooltipModel: MoleculeModelProtocol {
|
|||||||
|
|
||||||
public var fillColor: VDS.Tooltip.FillColor = .primary
|
public var fillColor: VDS.Tooltip.FillColor = .primary
|
||||||
|
|
||||||
public var closeButtonText: String = "Close"
|
public var closeButtonText: String = { MVMCoreUIUtility.hardcodedString(withKey: "AccCloseButton") ?? "Close" }()
|
||||||
|
|
||||||
public var title: String?
|
public var title: String?
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user