Commit 656c5e23 by Orkhan Alikhanov

Added missing surface color for dark theme

parent 4728c88a
...@@ -91,6 +91,7 @@ public extension Theme { ...@@ -91,6 +91,7 @@ public extension Theme {
t.primary = UIColor(rgb: 0x202020) t.primary = UIColor(rgb: 0x202020)
t.secondary = Color.teal.base t.secondary = Color.teal.base
t.background = UIColor(rgb: 0x303030) t.background = UIColor(rgb: 0x303030)
t.surface = t.background
t.onBackground = .white t.onBackground = .white
t.onSurface = .white t.onSurface = .white
return t return t
......
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