Skip to content

Commit

Permalink
fix(ui): password dialog labels (#153)
Browse files Browse the repository at this point in the history
* Sticker Packs

* Update Swiftcord.xcodeproj/project.pbxproj

Co-authored-by: CryptoAlgo <[email protected]>

* Update Swiftcord.xcodeproj/project.pbxproj

Co-authored-by: CryptoAlgo <[email protected]>

* Update Swiftcord.xcodeproj/project.pbxproj

Co-authored-by: CryptoAlgo <[email protected]>

* Update Swiftcord.xcodeproj/project.pbxproj

Co-authored-by: CryptoAlgo <[email protected]>

* Update Swiftcord/Views/Message/MessageStickerView.swift

Co-authored-by: CryptoAlgo <[email protected]>

* Linting

* Remove DiscordKit Reference

* Update Package.resolved

* Update Package.resolved

* Update project.pbxproj

* DiscordKit main branch

* Update project.pbxproj

* Password field fix

---------

Co-authored-by: CryptoAlgo <[email protected]>
  • Loading branch information
Sjmarf and cryptoAlgorithm authored May 24, 2023
1 parent fab854c commit d7cb20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swiftcord/Views/Settings/User/UserSettingsAccount.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ struct PasswordField: View {
.font(.headline)
.textCase(.uppercase)
.foregroundColor(.secondary)

SecureField(placeholder, text: $password, prompt: Text(prompt))
.textFieldStyle(.roundedBorder)
.controlSize(.large)
.textFieldStyle(.roundedBorder)
.labelsHidden()
}
}
}

0 comments on commit d7cb20f

Please sign in to comment.