Skip to content

Commit

Permalink
Use fill version of the terminal icon for better contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jul 23, 2024
1 parent b591723 commit 2d54f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Planet/Views/Sidebar/MyPlanetSidebarItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ struct MyPlanetSidebarItem: View {
Button {
openiTerm(template)
} label: {
Image(systemName: "apple.terminal")
Image(systemName: "apple.terminal.fill")
Text("Open in iTerm")
}
}
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2139
CURRENT_PROJECT_VERSION = 2140

0 comments on commit 2d54f43

Please sign in to comment.