aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/utils/ui-components.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/browser-extension/utils/ui-components.ts')
-rw-r--r--apps/browser-extension/utils/ui-components.ts14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/browser-extension/utils/ui-components.ts b/apps/browser-extension/utils/ui-components.ts
index 3654f6f7..99f96cbb 100644
--- a/apps/browser-extension/utils/ui-components.ts
+++ b/apps/browser-extension/utils/ui-components.ts
@@ -545,10 +545,10 @@ export function createProjectSelectionModal(
importButton.textContent = "Import"
importButton.style.cssText = `
padding: 10px 16px;
- border: none;
+ border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 12px;
- background: #d1d5db;
- color: #9ca3af;
+ background: rgba(255, 255, 255, 0.05);
+ color: rgba(255, 255, 255, 0.3);
font-size: 14px;
font-weight: 500;
cursor: not-allowed;
@@ -577,10 +577,10 @@ export function createProjectSelectionModal(
importButton.disabled = true
importButton.style.cssText = `
padding: 10px 16px;
- border: none;
- border-radius: 8px;
- background: #d1d5db;
- color: #9ca3af;
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 12px;
+ background: rgba(255, 255, 255, 0.05);
+ color: rgba(255, 255, 255, 0.3);
font-size: 14px;
font-weight: 500;
cursor: not-allowed;