BlueWallet/ios/Shared/Colors.swift

18 lines
458 B
Swift
Raw Normal View History

2020-11-02 14:11:28 +01:00
//
// Colors.swift
// BlueWallet
//
// Created by Marcos Rodriguez on 11/1/20.
// Copyright © 2020 BlueWallet. All rights reserved.
//
import SwiftUI
extension Color {
static let textColor = Color("TextColor")
static let textColorLightGray = Color(red: 0.6, green: 0.63, blue: 0.67)
static let widgetBackground = Color("WidgetBackground")
static let containerGreen = Color("ContainerGreen")
static let containerRed = Color("ContainerRed")
}