IceCubesApp/Packages/DesignSystem/Sources/DesignSystem/Resources/Colors.swift

8 lines
111 B
Swift
Raw Normal View History

2022-12-20 15:08:09 +00:00
import SwiftUI
extension Color {
public static var brand: Color {
Color("brand", bundle: .module)
}
}