Skip to content

Commit 23b745e

Browse files
author
chickdan
committed
Remove forced uppercase in list view
1 parent 21c26c9 commit 23b745e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Xcodes/Frontend/XcodeList/XcodeListViewRow.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,10 @@ struct XcodeListViewRow: View {
105105
switch xcode.installState {
106106
case .installed:
107107
Button("Open") { appState.open(xcode: xcode) }
108-
.textCase(.uppercase)
109108
.buttonStyle(AppStoreButtonStyle(primary: true, highlighted: selected))
110109
.help("OpenDescription")
111110
case .notInstalled:
112111
InstallButton(xcode: xcode)
113-
.textCase(.uppercase)
114112
.buttonStyle(AppStoreButtonStyle(primary: false, highlighted: false))
115113
case let .installing(installationStep):
116114
InstallationStepRowView(

0 commit comments

Comments
 (0)