Skip to content

Commit 0f7147b

Browse files
committed
Update multi terminal icon color
1 parent 8c4b403 commit 0f7147b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CodeApp/Views/TerminalTabBar.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ struct TerminalTabRow: View {
8383
// Icon
8484
Image(systemName: "terminal")
8585
.font(.system(size: TerminalTabBarConstants.iconSize))
86-
.foregroundColor(
87-
isActive ? Color(id: "list.activeSelectionForeground") : Color(id: "foreground")
88-
)
86+
.foregroundColor(Color(id: "foreground"))
8987
.frame(width: 20, height: 20)
9088
Spacer()
9189
}

0 commit comments

Comments
 (0)