fix: improve UI (#403)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-27 01:55:13 -08:00
committed by GitHub
parent aa4071c721
commit 424e4980ac
8 changed files with 124 additions and 73 deletions

View File

@@ -163,4 +163,9 @@ export const colors = {
dim: "gray",
bold: "white",
},
// Footer bar
footer: {
agentName: brandColors.primaryAccent,
},
} as const;