Skip to content

Commit

Permalink
fix(design): Updating the task icon to use task-color [JOB-98804] (#2097
Browse files Browse the repository at this point in the history
)

updating task icon color
  • Loading branch information
Beccaneer authored Nov 4, 2024
1 parent 3d09018 commit b371c3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/design/src/iconStyles/iconColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,8 @@ export const iconColors = {
brandHighlight: {
value: "{color.brand-.highlight}",
},
task: {
value: "{color.task}",
},
},
};
2 changes: 1 addition & 1 deletion packages/design/src/iconStyles/iconStyles.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const webIconStyles: Record<string, React.CSSProperties> = {
fill: "{color.request}",
},
task: {
fill: "{color.navy}",
fill: "{color.task}",
},
userUnassigned: {
fill: "{color.destructive}",
Expand Down

0 comments on commit b371c3d

Please sign in to comment.