@@ -22,9 +22,9 @@ export const ACTION_TYPES: ActionType[] = [
22
22
{
23
23
type : 'choice' ,
24
24
icon : 'new-object' ,
25
- accent : 'border-red -700' ,
26
- accentText : 'text-red -700 dark:text-red -400' ,
27
- accentBg : 'bg-red -700' ,
25
+ accent : 'border-sky -700' ,
26
+ accentText : 'text-sky -700 dark:text-sky -400' ,
27
+ accentBg : 'bg-sky -700' ,
28
28
title : i18nDefer . models . types . action_type . deploy . title ,
29
29
shortTitle : i18nDefer . models . types . action_type . deploy . short_title ,
30
30
value : CopilotDocV1 . Type . Deploy ,
@@ -74,9 +74,9 @@ export const ACTION_TYPES: ActionType[] = [
74
74
{
75
75
type : 'choice' ,
76
76
icon : 'fast-forward' ,
77
- accent : 'border-cyan -700' ,
78
- accentText : 'text-cyan -700 dark:text-cyan -400' ,
79
- accentBg : 'bg-cyan -700' ,
77
+ accent : 'border-pink -700' ,
78
+ accentText : 'text-pink -700 dark:text-pink -400' ,
79
+ accentBg : 'bg-pink -700' ,
80
80
title : i18nDefer . models . types . action_type . speed_up . title ,
81
81
shortTitle : i18nDefer . models . types . action_type . speed_up . short_title ,
82
82
value : CopilotDocV1 . Type . SpeedUp ,
0 commit comments