Commit 862af9ae by Daniel Dahan

development: fixed macOS Color reference issue for .white

parent 95b51cbd
...@@ -67,7 +67,7 @@ open class Color: NSColor { ...@@ -67,7 +67,7 @@ open class Color: NSColor {
// light text // light text
open class lightText { open class lightText {
open static let primary = .white open static let primary = Color.white
open static let secondary = Color.white.withAlphaComponent(0.7) open static let secondary = Color.white.withAlphaComponent(0.7)
open static let others = Color.white.withAlphaComponent(0.5) open static let others = Color.white.withAlphaComponent(0.5)
open static let dividers = Color.white.withAlphaComponent(0.12) open static let dividers = Color.white.withAlphaComponent(0.12)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment