We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typealias
1 parent 76ec3a7 commit 827e757Copy full SHA for 827e757
1 file changed
BoostDesignSystem/Sources/BoostDesignSystem/Sources/Extensions/ShapeStyle+Color.swift
@@ -9,6 +9,9 @@ import SwiftUI
9
10
public extension ShapeStyle where Self == Color {
11
12
+ typealias Pillyze = Self.Pillyze
13
+ typealias NaverMap = Self.NaverMap
14
+
15
// MARK: - Gray Scale
16
17
static var gray50: Color { .init("Gray Scale/gray50", bundle: .module) }
0 commit comments