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 e19eb8e commit f71b21fCopy full SHA for f71b21f
ios/brave-ios/Sources/BraveWallet/Settings/DappsSettings.swift
@@ -97,15 +97,11 @@ struct DappsSettings: View {
97
) {
98
Group {
99
if visibleSiteConnections.isEmpty {
100
- HStack {
101
- Spacer()
102
- Text(Strings.Wallet.dappsSettingsConnectedSitesSectionEmpty)
103
- .foregroundColor(Color(.secondaryBraveLabel))
104
- .font(.footnote)
105
- .multilineTextAlignment(.center)
106
107
- }
108
- .padding(.vertical)
+ Text(Strings.Wallet.dappsSettingsConnectedSitesSectionEmpty)
+ .foregroundColor(Color(.secondaryBraveLabel))
+ .font(.footnote)
+ .multilineTextAlignment(.leading)
+ .padding(.vertical, 6)
109
} else {
110
ForEach(visibleSiteConnections) { siteConnection in
111
NavigationLink(
0 commit comments