umanggarg Claude Sonnet 4.6 commited on
Commit
ba833b9
·
1 Parent(s): 744986b

fix: replace leftover amber color on 'Start reading' file pill

Browse files

ec-entry-hint code had rgba(237,186,154,...) from an old warm palette.
Updated to blueprint accent rgba(91,143,249,...) to match the rest of the UI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. ui/src/index.css +2 -2
ui/src/index.css CHANGED
@@ -3709,8 +3709,8 @@ textarea:focus-visible {
3709
  }
3710
 
3711
  .ec-entry-hint code {
3712
- background: rgba(237,186,154,0.12);
3713
- border: 1px solid rgba(237,186,154,0.25);
3714
  color: var(--accent-soft);
3715
  padding: 1px 6px;
3716
  border-radius: 4px;
 
3709
  }
3710
 
3711
  .ec-entry-hint code {
3712
+ background: rgba(91,143,249,0.12);
3713
+ border: 1px solid rgba(91,143,249,0.28);
3714
  color: var(--accent-soft);
3715
  padding: 1px 6px;
3716
  border-radius: 4px;