Skip to content

Commit 9549b6a

Browse files
authored
fix: unavailable --prime css variable (sveltejs#478)
1 parent 4afebdc commit 9549b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/tutorial/[slug]/Menu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
311311
li[aria-current='page'] a,
312312
li[aria-current='step']:not(.expanded) > button {
313-
color: var(--prime);
313+
color: var(--sk-theme-1);
314314
}
315315
316316
li img {

src/routes/tutorial/[slug]/Sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
209209
.modal-contents button {
210210
display: block;
211-
background: var(--prime);
211+
background-color: var(--sk-theme-1);
212212
color: white;
213213
padding: 1rem;
214214
width: 10em;

0 commit comments

Comments
 (0)