diff --git a/webview-ui/src/components/SettingsView.tsx b/webview-ui/src/components/SettingsView.tsx index 4ad0c1d..755dbde 100644 --- a/webview-ui/src/components/SettingsView.tsx +++ b/webview-ui/src/components/SettingsView.tsx @@ -98,26 +98,21 @@ const SettingsView = ({ display: "flex", alignItems: "center", backgroundColor: "var(--vscode-editor-inactiveSelectionBackground)", - color: "var(--vscode-editor-foreground)", + color: "var(--vscode-textLink-foreground)", padding: "6px 8px", borderRadius: "3px", margin: "0 0 8px 0px", fontSize: "12px", - }}> + cursor: "pointer", + }} + onClick={() => vscode.postMessage({ type: "didClickKoduSignIn" })}> - - vscode.postMessage({ type: "didClickKoduSignIn" })} - style={{ display: "inline" }}> - Claim $10 free credits from Kodu - - + Claim $10 free credits from Kodu )}