Skip to content

Commit 9b64868

Browse files
committed
Give the editor tab bar a specific separate background
1 parent 3eb6f70 commit 9b64868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/components/EditorTabs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class EditorTabs extends PapyrosElement {
1818
flex-direction: row;
1919
gap: 0.25rem;
2020
padding: 0.25rem 0.25rem 0;
21-
background-color: var(--md-sys-color-surface-container);
21+
background-color: var(--md-sys-color-surface-dim);
2222
border-radius: 0.5rem 0.5rem 0 0;
2323
max-height: 2.5rem;
2424
flex-shrink: 0;

0 commit comments

Comments
 (0)