Skip to content

Commit

Permalink
fix: fix ast always light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov committed May 29, 2024
1 parent be1d6c3 commit 2e9a9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/Tenant/Query/ExplainResult/ExplainResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export function ExplainResult(props) {
value={props.ast}
options={EDITOR_OPTIONS}
wrappingIndent="indent"
theme={`vs-${props.theme}`}
/>
</div>
);
Expand Down

0 comments on commit 2e9a9bb

Please sign in to comment.