Browse Source

attempt to fix indents

nayooti 5 years ago
parent
commit
1e20a410d8
1 changed files with 2 additions and 3 deletions
  1. 2 3
      DcCore/DcCore/Helper/DcColors.swift

+ 2 - 3
DcCore/DcCore/Helper/DcColors.swift

@@ -1,9 +1,8 @@
 import UIKit
 
 public struct DcColors {
-
-	private static let white 									= #colorLiteral(red: 1, green: 1, blue: 1, alpha: 1)
-	private static let actionCellBackgroundDark		 			= #colorLiteral(red: 0.1031623408, green: 0.1083367988, blue: 0.1185036376, alpha: 1)
+    private static let white						= #colorLiteral(red: 1, green: 1, blue: 1, alpha: 1)
+    private static let actionCellBackgroundDark		= #colorLiteral(red: 0.1031623408, green: 0.1083367988, blue: 0.1185036376, alpha: 1)
 
     public static let primary = UIColor.systemBlue
     public static let colorDisabled = UIColor.themeColor(light: UIColor(white: 0.9, alpha: 1), dark: UIColor(white: 0.2, alpha: 1))