xdripswift/xdrip/Constants/ConstantsUI.swift

16 lines
467 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
/// color to use for disclosure indicator in settings views
static let disclosureIndicatorColor = UIColor.systemBlue
}