remove testing default
This commit is contained in:
parent
44a57ab96e
commit
a1f9e4babe
@ -49,7 +49,7 @@ public class TabBarModel: MoleculeModelProtocol {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public var style: NavigationItemStyle? = NavigationItemStyle.dark
|
public var style: NavigationItemStyle?
|
||||||
|
|
||||||
// Must be capped to 0...(tabs.count - 1)
|
// Must be capped to 0...(tabs.count - 1)
|
||||||
public var selectedTab: Int = 0
|
public var selectedTab: Int = 0
|
||||||
|
|||||||
@ -12,7 +12,7 @@ public class TabsModel: MoleculeModelProtocol {
|
|||||||
public static var identifier: String = "tabs"
|
public static var identifier: String = "tabs"
|
||||||
public var tabs: [TabItemModel]
|
public var tabs: [TabItemModel]
|
||||||
|
|
||||||
open var style: NavigationItemStyle? = .dark
|
open var style: NavigationItemStyle?
|
||||||
|
|
||||||
open var _backgroundColor: Color?
|
open var _backgroundColor: Color?
|
||||||
open var backgroundColor: Color? {
|
open var backgroundColor: Color? {
|
||||||
|
|||||||
@ -24,7 +24,7 @@ open class NavigationItemModel: NavigationItemModelProtocol, MoleculeModelProtoc
|
|||||||
open var hidden = false
|
open var hidden = false
|
||||||
open var line = LineModel(type: .standard)
|
open var line = LineModel(type: .standard)
|
||||||
open var hidesSystemBackButton = true
|
open var hidesSystemBackButton = true
|
||||||
open var style: NavigationItemStyle? = .dark
|
open var style: NavigationItemStyle?
|
||||||
|
|
||||||
open var _backgroundColor: Color?
|
open var _backgroundColor: Color?
|
||||||
open var backgroundColor: Color? {
|
open var backgroundColor: Color? {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user