Created
January 14, 2020 09:34
-
-
Save maximkrouk/8b283c5e7e9dc5bb7c5653d49fac0528 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SwiftUI | |
extension Color { | |
public init(light: Color, dark: Color) { | |
self = valueForTheme(light: light, dark: dark) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment