refactor: standardize background colors to use primary variant

Update Spinner and ThoughtIndicator components to use --background-primary instead of --background-secondary and --background-primary-alt for visual consistency across the UI.
This commit is contained in:
Andrew Beal 2026-03-05 23:14:43 +00:00
parent 199133d59e
commit 581c7f1686
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
.circle-core {
width: 100%;
height: 100%;
background-color: var(--background-secondary);
background-color: var(--background-primary);
border-radius: 50%;
}

View file

@ -36,7 +36,7 @@
.ai-thought-bubble span {
position: relative;
z-index: 1;
background: var(--background-primary-alt);
background: var(--background-primary);
border-radius: 10px;
padding: 0.55rem 0.7rem;
font-size: var(--font-smallest);