Skip to content

Commit 11de5e7

Browse files
authored
Merge pull request #94 (theme)
fix(pages): theme/:scheme/:primary: fix variable name typo
2 parents cd2f1c6 + d376371 commit 11de5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/theme/[scheme]/[primary].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ul>
2020

2121
<theme-colors-table />
22-
<theme-scheme :aria-label="`${themColor} ${scheme} theme`" />
22+
<theme-scheme :aria-label="`${themeColor} ${scheme} theme`" />
2323
</div>
2424
</theme-card>
2525
</div>

0 commit comments

Comments
 (0)