Commit 46341bc5 by Orkhan Alikhanov Committed by GitHub

Disabled theming by default

parent d3d17bb4
...@@ -75,7 +75,7 @@ public struct Theme: Hashable { ...@@ -75,7 +75,7 @@ public struct Theme: Hashable {
public var onError = Color.white public var onError = Color.white
/// A boolean indicating if theming is enabled globally. /// A boolean indicating if theming is enabled globally.
public static var isEnabled = true public static var isEnabled = false
/// Global font for app. /// Global font for app.
public static var font: FontType.Type = RobotoFont.self public static var font: FontType.Type = RobotoFont.self
......
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