ios: pin Sybil navigation theme

This commit is contained in:
2026-05-02 17:10:32 -07:00
parent cafe4bb9ae
commit 90278020f5
5 changed files with 31 additions and 5 deletions

View File

@@ -18,8 +18,6 @@ struct SybilSidebarView: View {
var body: some View {
VStack(spacing: 0) {
VStack(alignment: .leading, spacing: 14) {
SybilWordmark(size: 31)
VStack(spacing: 10) {
sidebarActionButton(
title: "New chat",
@@ -174,6 +172,13 @@ struct SybilSidebarView: View {
.padding(10)
}
.background(SybilTheme.panelGradient)
.navigationTitle("")
.navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .topBarLeading) {
SybilWordmark(size: 18)
}
}
}
private func sidebarActionButton(