Skip to content

Commit 104f238

Browse files
committed
feat: make action accent colors more distinguishable
1 parent c101d1b commit 104f238

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/models/types.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ export const ACTION_TYPES: ActionType[] = [
2222
{
2323
type: 'choice',
2424
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',
2828
title: i18nDefer.models.types.action_type.deploy.title,
2929
shortTitle: i18nDefer.models.types.action_type.deploy.short_title,
3030
value: CopilotDocV1.Type.Deploy,
@@ -74,9 +74,9 @@ export const ACTION_TYPES: ActionType[] = [
7474
{
7575
type: 'choice',
7676
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',
8080
title: i18nDefer.models.types.action_type.speed_up.title,
8181
shortTitle: i18nDefer.models.types.action_type.speed_up.short_title,
8282
value: CopilotDocV1.Type.SpeedUp,

0 commit comments

Comments
 (0)