Make Kodu banner look better

This commit is contained in:
Saoud Rizwan
2024-08-25 01:12:12 -04:00
parent cfd4cbfa36
commit 469898f5c2

View File

@@ -98,26 +98,21 @@ const SettingsView = ({
display: "flex", display: "flex",
alignItems: "center", alignItems: "center",
backgroundColor: "var(--vscode-editor-inactiveSelectionBackground)", backgroundColor: "var(--vscode-editor-inactiveSelectionBackground)",
color: "var(--vscode-editor-foreground)", color: "var(--vscode-textLink-foreground)",
padding: "6px 8px", padding: "6px 8px",
borderRadius: "3px", borderRadius: "3px",
margin: "0 0 8px 0px", margin: "0 0 8px 0px",
fontSize: "12px", fontSize: "12px",
}}> cursor: "pointer",
}}
onClick={() => vscode.postMessage({ type: "didClickKoduSignIn" })}>
<i <i
className="codicon codicon-info" className="codicon codicon-info"
style={{ style={{
marginRight: 6, marginRight: 6,
fontSize: 16, fontSize: 16,
color: "var(--vscode-infoIcon-foreground)",
}}></i> }}></i>
<span> <span>Claim $10 free credits from Kodu</span>
<VSCodeLink
onClick={() => vscode.postMessage({ type: "didClickKoduSignIn" })}
style={{ display: "inline" }}>
Claim $10 free credits from Kodu
</VSCodeLink>
</span>
</div> </div>
)} )}
<div style={{ marginBottom: 5 }}> <div style={{ marginBottom: 5 }}>