Skip to content

Commit cfd4b63

Browse files
committed
Replace VSCodeProgressRing
1 parent 82427ed commit cfd4b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/src/view/model-editor/ModelEditorProgressRing.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { VSCodeProgressRing } from "@vscode/webview-ui-toolkit/react";
1+
import { VscodeProgressRing } from "@vscode-elements/react-elements";
22
import { styled } from "styled-components";
33

4-
export const ModelEditorProgressRing = styled(VSCodeProgressRing)`
4+
export const ModelEditorProgressRing = styled(VscodeProgressRing)`
55
width: 16px;
66
height: 16px;
77
margin-right: 5px;

0 commit comments

Comments
 (0)