IceCubesApp/Packages/DesignSystem/Sources/DesignSystem/Resources/Colors.swift
2022-12-20 16:08:09 +01:00

8 lines
111 B
Swift

import SwiftUI
extension Color {
public static var brand: Color {
Color("brand", bundle: .module)
}
}