You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
398 B

//
// Colors.swift
// MyFirstProject
//
// Created by etudiant on 09/05/2023.
//
import Foundation
import SwiftUI
public struct WtaColor{
static let cololor = Color("Color")
static let dark = Color("dark")
static let black_1 = Color("black_1")
static let black_2 = Color("black_2")
static let white = Color("white")
static let font_icon = Color("font_icon")
}