fixed background color
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
68868a35ed
commit
7d007e0391
@ -12,7 +12,7 @@ import VDSColorTokens
|
||||
public enum Surface: String, Codable, Equatable {
|
||||
case light, dark
|
||||
public var color: UIColor {
|
||||
return self == .dark ? VDSColor.backgroundPrimaryDark : .clear
|
||||
return self == .dark ? VDSColor.backgroundPrimaryDark : VDSColor.backgroundSecondaryLight
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user