summaryrefslogtreecommitdiff
path: root/Hutch/Views/More/AccountSwitcherView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/More/AccountSwitcherView.swift')
-rw-r--r--Hutch/Views/More/AccountSwitcherView.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/Hutch/Views/More/AccountSwitcherView.swift b/Hutch/Views/More/AccountSwitcherView.swift
index 5fde9c5..ce69279 100644
--- a/Hutch/Views/More/AccountSwitcherView.swift
+++ b/Hutch/Views/More/AccountSwitcherView.swift
@@ -48,6 +48,7 @@ struct AccountSwitcherView: View {
pendingRemoval = appState.accounts[index]
}
}
+ .themedRow()
}
Section {
@@ -57,8 +58,10 @@ struct AccountSwitcherView: View {
Label("Add Account", systemImage: "plus.circle")
}
.disabled(isSwitching)
+ .themedRow()
}
}
+ .themedList()
.navigationTitle("Accounts")
.navigationBarTitleDisplayMode(.inline)
.toolbar {