We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb6f70 commit 9b64868Copy full SHA for 9b64868
src/frontend/components/EditorTabs.ts
@@ -18,7 +18,7 @@ export class EditorTabs extends PapyrosElement {
18
flex-direction: row;
19
gap: 0.25rem;
20
padding: 0.25rem 0.25rem 0;
21
- background-color: var(--md-sys-color-surface-container);
+ background-color: var(--md-sys-color-surface-dim);
22
border-radius: 0.5rem 0.5rem 0 0;
23
max-height: 2.5rem;
24
flex-shrink: 0;
0 commit comments