Commit ca4a485d by Orkhan Alikhanov

Added empty Theme initializer

parent 16d1f535
...@@ -66,6 +66,9 @@ public struct Theme { ...@@ -66,6 +66,9 @@ public struct Theme {
/// Text and iconography color to be used on error color. /// Text and iconography color to be used on error color.
public var onError = Color.white public var onError = Color.white
/// An initializer.
public init() { }
} }
public extension Theme { public extension Theme {
......
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