fix: issue #1 button styling

This commit is contained in:
2026-07-06 09:45:43 +02:00
parent a772e3abea
commit c8d2c73a72
27 changed files with 424 additions and 799 deletions

View File

@@ -148,7 +148,6 @@
gap: 2px;
}
.assistant-card span,
.panel-entry span,
.editor-meta-row span,
.editor-subtitle,
@@ -777,8 +776,8 @@
}
.filter-chip.active {
background-color: var(--vscode-button-background);
color: var(--vscode-button-foreground);
background-color: var(--vscode-button-background, #0e639c);
color: var(--vscode-button-foreground, #ffffff);
}
.filter-chip.has-color {