Fix permissions and add windows support

This commit is contained in:
andrepimenta
2025-07-20 00:07:02 +01:00
parent b07857bf57
commit 43c1c85efb
5 changed files with 13 additions and 22 deletions

View File

@@ -86,8 +86,8 @@ const styles = `
/* Permission Request */
.permission-request {
margin: 4px 12px 20px 12px;
background-color: var(--vscode-inputValidation-warningBackground);
border: 1px solid var(--vscode-inputValidation-warningBorder);
background-color: rgba(252, 188, 0, 0.1);
border: 1px solid rgba(252, 188, 0, 0.3);
border-radius: 8px;
padding: 16px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);