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 f25fb35 commit 439c46cCopy full SHA for 439c46c
webview-ui/src/components/welcome/WelcomeView.tsx
@@ -38,15 +38,7 @@ const WelcomeView = () => {
38
<VSCodeButton onClick={handleSubmit} style={{ marginTop: "3px" }}>
39
Let's go!
40
</VSCodeButton>
41
- {errorMessage && (
42
- <span
43
- style={{
44
- color: "var(--vscode-errorForeground)",
45
- fontSize: "12px",
46
- }}>
47
- {errorMessage}
48
- </span>
49
- )}
+ {errorMessage && <span className="text-destructive">{errorMessage}</span>}
50
</div>
51
52
0 commit comments