Skip to content

Commit

Permalink
style: update tags colors for light and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzmyr committed Dec 20, 2022
1 parent 2d6551b commit 044364c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/Colors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ tagColorNames.map(color => {
tagsDark[color] = {
title: color,
dot: colors[color]['500'],
background: colors[color]['900'],
background: colors[color]['700'],
text: colors[color]['200'],
border: colors[color]['600'],
}
tagsLight[color] = {
title: color,
dot: colors[color]['400'],
background: colors[color]['100'],
background: colors[color]['200'],
text: colors[color]['700'],
border: colors[color]['400'],
}
Expand Down

0 comments on commit 044364c

Please sign in to comment.