Skip to content

Commit

Permalink
fix: update review color
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jan 13, 2025
1 parent d5db4a7 commit defb8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/component/task/TaskTypeChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const StyledChip = styled(Chip)``;
export function getBackgroundColor(type: TaskType, theme: Theme) {
switch (type) {
case 'TRANSLATE':
return theme.palette.tokens.text._states.focus;
return theme.palette.tokens.success._states.focusVisible;
case 'REVIEW':
return theme.palette.tokens.secondary._states.focus;
}
Expand Down

0 comments on commit defb8a4

Please sign in to comment.