We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a830ca commit 76ec3a7Copy full SHA for 76ec3a7
1 file changed
BoostDesignSystem/Sources/BoostDesignSystem/Sources/Extensions/ShapeStyle+Color.swift
@@ -61,4 +61,21 @@ public extension Color {
61
case placeholder
62
}
63
64
+
65
+ // MARK: - Naver Map
66
67
+ enum NaverMap {
68
+ static var primary: Color { .init(0x437CFD) }
69
+ static var red: Color { .init(0xFF5475) }
70
+ static var orange: Color { .init(0xFD8B52) }
71
+ static var yellow: Color { .init(0xFFBA00) }
72
+ static var lightGreen: Color { .init(0x87C700) }
73
+ static var green: Color { .init(0x87C700) }
74
+ static var cyan: Color { .init(0x00C6D8) }
75
+ static var grayBlue: Color { .init(0x85B4DB) }
76
+ static var blue: Color { .init(0x4588CC) }
77
+ static var pink: Color { .init(0xFF75AB) }
78
+ static var purple: Color { .init(0x6368DB) }
79
+ static var brown: Color { .init(0xA37256) }
80
+ }
81
0 commit comments