Update class name to LightColors

This commit is contained in:
ismailgulek
2021-05-04 18:30:15 +03:00
parent faf2accb59
commit 4d5098894a
2 changed files with 3 additions and 3 deletions

View File

@@ -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)