Skip to content

Commit

Permalink
feat(colors): adds semantic text color
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsamp committed Nov 2, 2020
1 parent 8b59991 commit bfeeaa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ export const colors = {
error: baseColors.red[700],
warning: baseColors.yellow[600],
link: baseColors.primary[500],
text: baseColors.black,
},
};

0 comments on commit bfeeaa6

Please sign in to comment.