Skip to content

Commit 7e1e791

Browse files
committed
Change icons to support older macs
1 parent 24daaa5 commit 7e1e791

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Core/Sources/HostApp/FeatureSettingsView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct FeatureSettingsView: View {
1313
tag: 0,
1414
title: "Suggestion",
1515
subtitle: "Generate suggestions for your code",
16-
image: "lightbulb.circle.fill"
16+
image: "lightbulb"
1717
)
1818

1919
ScrollView {
@@ -24,7 +24,7 @@ struct FeatureSettingsView: View {
2424
tag: 1,
2525
title: "Chat",
2626
subtitle: "Chat about your code",
27-
image: "bubble.right.circle.fill"
27+
image: "character.bubble"
2828
)
2929

3030
ScrollView {
@@ -35,7 +35,7 @@ struct FeatureSettingsView: View {
3535
tag: 2,
3636
title: "Prompt to Code",
3737
subtitle: "Write code with natural language",
38-
image: "square.and.pencil.circle.fill"
38+
image: "paintbrush"
3939
)
4040
}
4141
}

Core/Sources/HostApp/TabContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ struct TabBar: View {
9090
TabBarButton(
9191
currentTab: $tab,
9292
title: "Feature",
93-
image: "star.square.on.square",
93+
image: "star.square",
9494
tab: tab
9595
)
9696
case .customCommand:

0 commit comments

Comments
 (0)