Skip to content

Commit

Permalink
up contrast on switch with outline
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Feb 28, 2024
1 parent 3020c31 commit 605045a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class LitDevCodeLanguageSwitch extends LitElement {
top: 0;
transition: left 100ms;
background-color: var(--sys-color-surface-container-highest);
border: 1px solid var(--sys-color-outline);
z-index: -1;
border-radius: 1em;
opacity: 0.8;
Expand Down

0 comments on commit 605045a

Please sign in to comment.