File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments