xdripswift/xdrip/Constants/ConstantsUI.swift

13 lines
337 B
Swift
Raw Normal View History

import Foundation
import UIKit
enum ConstantsUI {
/// color for section titles in grouped table views, example in settings view
static let tableViewHeaderTextColor = UIColor.systemBlue
/// color to use as background when a row is selected
static let tableRowSelectedBackGroundColor = UIColor.systemBlue
}