Skip to content

Commit

Permalink
chore: adjust sfc playground button color
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 25, 2022
1 parent b50353a commit 2035fa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/sfc-playground/src/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ nav {
--highlight: #333;
--green: #3ca877;
--purple: #904cbc;
--btn-bg: #eee;
color: var(--base);
height: var(--nav-height);
Expand All @@ -184,6 +185,7 @@ nav {
--bg-light: #242424;
--border: #383838;
--highlight: #fff;
--btn-bg: #333;
box-shadow: none;
border-bottom: 1px solid var(--border);
Expand Down Expand Up @@ -260,7 +262,7 @@ h1 img {
}
.toggle-ssr span {
background-color: #333;
background-color: var(--btn-bg);
}
.toggle-ssr.enabled span {
Expand Down

0 comments on commit 2035fa0

Please sign in to comment.