mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
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:
parent
199133d59e
commit
581c7f1686
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
|||
.circle-core {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--background-secondary);
|
||||
background-color: var(--background-primary);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue