Skip to content

Commit 807f039

Browse files
committed
Correct editor title color in light theme
1 parent 74e3f11 commit 807f039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeApp/Views/EditorTabs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct CompactEditorTabs: View {
4040
Text(App.activeEditor?.title ?? "")
4141
.bold()
4242
.lineLimit(1)
43-
.foregroundColor(Color(id: "activityBar.foreground"))
43+
.foregroundColor(Color.init("T1"))
4444

4545
if App.editors.count > 0 {
4646
Image(systemName: "chevron.down.circle.fill")

0 commit comments

Comments
 (0)