allow subclass
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
cb2d8145a2
commit
17eab88549
@ -68,7 +68,7 @@ extension DisabledSurfaceColorable {
|
|||||||
/// let textColor = config.getColor(model) //returns .white
|
/// let textColor = config.getColor(model) //returns .white
|
||||||
///
|
///
|
||||||
///
|
///
|
||||||
final public class DisabledSurfaceColorConfiguration: DisabledSurfaceColorable {
|
open class DisabledSurfaceColorConfiguration: DisabledSurfaceColorable {
|
||||||
public typealias ObjectType = Surfaceable & Disabling
|
public typealias ObjectType = Surfaceable & Disabling
|
||||||
public var disabled = SurfaceColorConfiguration()
|
public var disabled = SurfaceColorConfiguration()
|
||||||
public var enabled = SurfaceColorConfiguration()
|
public var enabled = SurfaceColorConfiguration()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user