Skip to content

Commit fea32a8

Browse files
author
Ives van Hoorne
committed
Fix colors
1 parent 3a50e73 commit fea32a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/Sandbox/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class SandboxPage extends React.PureComponent<Props, $FlowFixMeState> {
131131
<Container>
132132
<ThemeProvider
133133
theme={{
134-
templateColor: getTemplateDefinition('vue').color,
134+
templateColor: getTemplateDefinition(sandbox.template).color,
135135
}}
136136
>
137137
<Editor match={match} sandbox={sandbox} />

0 commit comments

Comments
 (0)