fix: replace low-contrast blue with primaryAccent color (#394)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-25 19:12:30 -08:00
committed by GitHub
parent 4db6c6f93c
commit 184836e523
2 changed files with 5 additions and 4 deletions

View File

@@ -75,12 +75,12 @@ export const colors = {
link: {
text: "cyan",
url: "blue",
url: brandColors.primaryAccent,
},
heading: {
primary: "cyan",
secondary: "blue",
secondary: brandColors.primaryAccent,
},
// Status indicators
@@ -134,7 +134,7 @@ export const colors = {
// Info/modal views
info: {
border: brandColors.primaryAccent,
prompt: "blue",
prompt: brandColors.primaryAccent,
},
// Diff rendering