feat: update tree item and action button icons to use accent color instead of secondary/muted colors
This commit is contained in:
parent
10a312ae89
commit
4ede1a4fb1
@ -881,7 +881,7 @@ select {
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
color: var(--text-secondary);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
.tree-item.active .icon {
|
.tree-item.active .icon {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
@ -900,7 +900,7 @@ select {
|
|||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: var(--bg-secondary);
|
background: var(--bg-secondary);
|
||||||
color: var(--text-muted);
|
color: var(--accent);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user