Skip to content

Commit f71b21f

Browse files
committed
Uplift of #22377 (squashed) to release
1 parent e19eb8e commit f71b21f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

ios/brave-ios/Sources/BraveWallet/Settings/DappsSettings.swift

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,11 @@ struct DappsSettings: View {
9797
) {
9898
Group {
9999
if visibleSiteConnections.isEmpty {
100-
HStack {
101-
Spacer()
102-
Text(Strings.Wallet.dappsSettingsConnectedSitesSectionEmpty)
103-
.foregroundColor(Color(.secondaryBraveLabel))
104-
.font(.footnote)
105-
.multilineTextAlignment(.center)
106-
Spacer()
107-
}
108-
.padding(.vertical)
100+
Text(Strings.Wallet.dappsSettingsConnectedSitesSectionEmpty)
101+
.foregroundColor(Color(.secondaryBraveLabel))
102+
.font(.footnote)
103+
.multilineTextAlignment(.leading)
104+
.padding(.vertical, 6)
109105
} else {
110106
ForEach(visibleSiteConnections) { siteConnection in
111107
NavigationLink(

0 commit comments

Comments
 (0)