Skip to content

Commit bcdb72a

Browse files
evil159persidskiy
authored andcommitted
[maps-ios] CMake source build (#2605)
GitOrigin-RevId: d0b49423d28eb7d1981534c714c305adfa0d3ff9
1 parent 0d3cfa0 commit bcdb72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Examples/SwiftUI Examples/ColorThemeExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct ColorThemeExample: View {
3939
Group {
4040
HStack {
4141
ColorButton(color: .white, isOn: Binding(get: { theme == .default }, set: { _, _ in theme = .default }))
42-
ColorButton(color: .lightPink, isOn: Binding(get: { theme == .pink }, set: { _, _ in theme = .pink }))
42+
ColorButton(color: .systemPink, isOn: Binding(get: { theme == .pink }, set: { _, _ in theme = .pink }))
4343
ColorButton(color: .secondaryLabel, isOn: Binding(get: { theme == .monochrome }, set: { _, _ in theme = .monochrome }))
4444
}
4545

0 commit comments

Comments
 (0)