Skip to content

Commit

Permalink
Merge pull request #62 from vtexdocs/feat/change-known-issues-tags-color
Browse files Browse the repository at this point in the history
feat: changed product tags colors
  • Loading branch information
phvm authored Sep 26, 2024
2 parents 8872128 + 665d6b8 commit 5642001
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/tag/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const statusColors: {
| 'Gray']: SxStyleProp
} = {
Backlog: {
border: '1px solid #979797',
color: '#979797',
border: '1px solid #D3D3D3',
color: '#4A596B',
background: '#E9E9E9',
},
Fixed: {
Expand All @@ -31,18 +31,18 @@ const statusColors: {
background: '#DFF5DB',
},
Closed: {
border: '1px solid #2953B2',
border: '1px solid #A5C0FF',
color: '#2953B2',
background: '#DEE8FE',
},
Scheduled: {
border: '1px solid #FAB42B',
color: '#FAB42B',
border: '1px solid #FFD581',
color: '#D77809',
background: '#FFF3DA',
},
'No fix': {
border: '1px solid #F83D24',
color: '#F83D24',
border: '1px solid #FAA397',
color: '#CB2610',
background: '#FFDFDB',
},
Default: {
Expand Down

0 comments on commit 5642001

Please sign in to comment.