Commit 8bd39698 by Daniel Dahan

updated Material macOS target to Xcode Beta 4

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