Skip to content

Commit 69ff11f

Browse files
authored
chore: update vega theme back to undefined (#6991)
1 parent 3f29af9 commit 69ff11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/editor/Output.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export const OutputRenderer: React.FC<{
178178
<LazyVegaEmbed
179179
spec={parsedJsonData as TopLevelFacetedUnitSpec}
180180
options={{
181-
theme: theme === "dark" ? "dark" : "vox",
181+
theme: theme === "dark" ? "dark" : undefined,
182182
mode: "vega-lite",
183183
tooltip: tooltipHandler.call,
184184
renderer: "canvas",

0 commit comments

Comments
 (0)