mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Update class name to LightColors
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
/// Default (light) theme colors. Will be a struct when things are more Swifty.
|
/// Light theme colors. Will be a struct when things are more Swifty.
|
||||||
public class DefaultColors: Colors {
|
public class LightColors: Colors {
|
||||||
|
|
||||||
public let accent: UIColor = UIColor(rgb: 0x0DBD8B)
|
public let accent: UIColor = UIColor(rgb: 0x0DBD8B)
|
||||||
|
|
||||||
@@ -152,7 +152,7 @@ class DefaultTheme: NSObject, Theme {
|
|||||||
extension DefaultTheme: ThemeV2 {
|
extension DefaultTheme: ThemeV2 {
|
||||||
|
|
||||||
var colors: Colors {
|
var colors: Colors {
|
||||||
return DefaultColors()
|
return LightColors()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user