File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ export function SideMenu({
300300 ref = { buttonRef }
301301 variant = "small-menu-item"
302302 data-action = "ask-ai"
303- shortcut = { { modifiers : [ "mod" ] , key : "/" } }
303+ shortcut = { { modifiers : [ "mod" ] , key : "/" , enabledOnInputElements : true } }
304304 hideShortcutKey
305305 data-modal-override-open-class-ask-ai = "true"
306306 onClick = { ( ) => {
Original file line number Diff line number Diff line change @@ -158,10 +158,12 @@ function loadScriptIfNotExists(websiteId: string) {
158158 const attributes = {
159159 "data-website-id" : websiteId ,
160160 "data-project-name" : "Trigger.dev" ,
161- "data-project-color" : "#ff9900 " ,
161+ "data-project-color" : "#6366F1 " ,
162162 "data-project-logo" : "https://content.trigger.dev/trigger-logo-triangle.png" ,
163163 "data-render-on-load" : "false" ,
164164 "data-button-hide" : "true" ,
165+ "data-modal-disclaimer-bg-color" : "#1A1B1F" ,
166+ "data-modal-disclaimer-text-color" : "#878C99" ,
165167 } ;
166168
167169 Object . entries ( attributes ) . forEach ( ( [ key , value ] ) => {
You can’t perform that action at this time.
0 commit comments