File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,13 @@ export function KapaScripts({ websiteId }: { websiteId?: string }) {
27
27
src = "https://widget.kapa.ai/kapa-widget.bundle.js"
28
28
data-website-id = { websiteId }
29
29
data-project-name = { "Trigger.dev" }
30
- data-project-color = { "#C7D2FE " }
30
+ data-project-color = { "#6366F1 " }
31
31
data-project-logo = { "https://content.trigger.dev/trigger-logo-circle.png" }
32
32
data-render-on-load = { "false" }
33
33
data-button-hide = { "true" }
34
- data-modal-disclaimer-bg-color = { "#1A1B1F" }
35
- data-modal-disclaimer-text-color = { "#878C99" }
34
+ data-modal-disclaimer-bg-color = { "#D7D9DD" }
36
35
data-modal-header-bg-color = { "#2C3034" }
37
- data-modal-body-bg-color = { "#4D525B" }
38
- data-query-input-text-color = { "#15171A" }
39
- data-query-input-placeholder-text-color = { "#878C99" }
40
36
data-modal-title-color = { "#D7D9DD" }
41
- data-button-text-color = { "#D7D9DD" }
42
37
> </ script >
43
38
< script
44
39
dangerouslySetInnerHTML = { {
You can’t perform that action at this time.
0 commit comments