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