We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82427ed commit cfd4b63Copy full SHA for cfd4b63
extensions/ql-vscode/src/view/model-editor/ModelEditorProgressRing.tsx
@@ -1,7 +1,7 @@
1
-import { VSCodeProgressRing } from "@vscode/webview-ui-toolkit/react";
+import { VscodeProgressRing } from "@vscode-elements/react-elements";
2
import { styled } from "styled-components";
3
4
-export const ModelEditorProgressRing = styled(VSCodeProgressRing)`
+export const ModelEditorProgressRing = styled(VscodeProgressRing)`
5
width: 16px;
6
height: 16px;
7
margin-right: 5px;
0 commit comments