Skip to content

Commit aa0224f

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/frontend/components/AddFileButton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class AddFileButton extends PapyrosElement {
2424
.add-btn {
2525
padding: 0.375rem 0.5rem;
2626
border: none;
27-
border-bottom: 2px solid var(--md-sys-color-outline-variant);
27+
border-bottom: 2px solid var(--md-sys-color-outline);
2828
border-radius: 0.375rem 0.375rem 0 0;
2929
cursor: pointer;
3030
font-size: 1rem;

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;

src/frontend/components/shared-styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const tabButtonStyles: CSSResult = css`
44
button {
55
padding: 0.375rem 0.75rem;
66
border: none;
7-
border-bottom: 2px solid var(--md-sys-color-outline-variant);
7+
border-bottom: 2px solid var(--md-sys-color-outline);
88
border-radius: 0.375rem 0.375rem 0 0;
99
cursor: pointer;
1010
font-size: 0.875rem;

0 commit comments

Comments
 (0)