Skip to content

Commit 2035fa0

Browse files
committed
chore: adjust sfc playground button color
1 parent b50353a commit 2035fa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/sfc-playground/src/Header.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ nav {
165165
--highlight: #333;
166166
--green: #3ca877;
167167
--purple: #904cbc;
168+
--btn-bg: #eee;
168169
169170
color: var(--base);
170171
height: var(--nav-height);
@@ -184,6 +185,7 @@ nav {
184185
--bg-light: #242424;
185186
--border: #383838;
186187
--highlight: #fff;
188+
--btn-bg: #333;
187189
188190
box-shadow: none;
189191
border-bottom: 1px solid var(--border);
@@ -260,7 +262,7 @@ h1 img {
260262
}
261263
262264
.toggle-ssr span {
263-
background-color: #333;
265+
background-color: var(--btn-bg);
264266
}
265267
266268
.toggle-ssr.enabled span {

0 commit comments

Comments
 (0)