Skip to content

Commit 3877019

Browse files
committed
style kapa widget as best i can
1 parent def360d commit 3877019

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

apps/webapp/app/hooks/useKapaWidget.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,18 @@ function loadScriptIfNotExists(websiteId: string) {
7676
const attributes = {
7777
"data-website-id": websiteId,
7878
"data-project-name": "Trigger.dev",
79-
"data-project-color": "#6366F1",
80-
"data-project-logo": "https://content.trigger.dev/trigger-logo-triangle.png",
79+
"data-project-color": "#C7D2FE",
80+
"data-project-logo": "https://content.trigger.dev/trigger-logo-circle.png",
8181
"data-render-on-load": "false",
8282
"data-button-hide": "true",
8383
"data-modal-disclaimer-bg-color": "#1A1B1F",
8484
"data-modal-disclaimer-text-color": "#878C99",
85+
"data-modal-header-bg-color": "#2C3034",
86+
"data-modal-body-bg-color": "#4D525B",
87+
"data-query-input-text-color": "#15171A",
88+
"data-query-input-placeholder-text-color": "#878C99",
89+
"data-modal-title-color": "#D7D9DD",
90+
"data-button-text-color": "#D7D9DD",
8591
};
8692

8793
Object.entries(attributes).forEach(([key, value]) => {

0 commit comments

Comments
 (0)