We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c8e66 commit eb874c4Copy full SHA for eb874c4
CodeEdit/Features/UtilityArea/Views/UtilityAreaView.swift
@@ -47,14 +47,6 @@ struct UtilityAreaView: View {
47
model.isMaximized.toggle()
48
} label: {
49
Image(systemName: "arrowtriangle.up.square")
50
- .foregroundColor(
51
- model.isMaximized
52
- ? Color(.controlAccentColor)
53
- : model.selectedTerminals.isEmpty ? Color(.secondaryLabelColor) : .gray
54
- )
55
- .frame(width: 24, height: 24, alignment: .center)
56
- .contentShape(Rectangle())
57
- .symbolVariant(model.isMaximized ? .fill : .none)
58
}
59
.buttonStyle(.icon(isActive: model.isMaximized, size: 24))
60
0 commit comments