Skip to content

Commit 45084a6

Browse files
fix: fix ast always light theme (#827)
1 parent be1d6c3 commit 45084a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Tenant/Query/ExplainResult/ExplainResult.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export function ExplainResult(props) {
144144
value={props.ast}
145145
options={EDITOR_OPTIONS}
146146
wrappingIndent="indent"
147+
theme={`vs-${props.theme}`}
147148
/>
148149
</div>
149150
);

0 commit comments

Comments
 (0)