Skip to content

Commit cb7249f

Browse files
committed
Use editor.background as settings sheet background
1 parent 807f039 commit cb7249f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeApp/Views/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ extension View {
336336
if #available(iOS 16.4, *) {
337337
self
338338
.toolbarBackground(
339-
Color.init(id: "activityBar.background"), for: .navigationBar
339+
Color.init(id: "editor.background"), for: .navigationBar
340340
)
341341
} else {
342342
self

0 commit comments

Comments
 (0)