Commit 8bd39698 by Daniel Dahan

updated Material macOS target to Xcode Beta 4

parent 4ebb7ac7
...@@ -32,13 +32,13 @@ import AppKit ...@@ -32,13 +32,13 @@ import AppKit
public struct Color { public struct Color {
// clear // clear
public static let clear: NSColor = NSColor.clear() public static let clear: NSColor = NSColor.clear
// white // white
public static let white: NSColor = NSColor.white() public static let white: NSColor = NSColor.white
// black // black
public static let black: NSColor = NSColor.black() public static let black: NSColor = NSColor.black
// dark text // dark text
public struct darkText { public struct darkText {
......
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