We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b2b7e commit 7e31388Copy full SHA for 7e31388
CarPlayExample/CustomStyle.swift
@@ -7,6 +7,7 @@ class CustomStyle: NightStyle {
7
super.init()
8
9
mapStyleURL = URL(string: StyleURI.dark.rawValue)!
10
+ previewMapStyleURL = URL(string: StyleURI.dark.rawValue)!
11
}
12
13
override func apply() {
0 commit comments