Skip to content

Commit

Permalink
fix(natds-search-tokens): added tag deprecated colorLink
Browse files Browse the repository at this point in the history
affects: natds-search-tokens
DSY-4311
  • Loading branch information
vagnerbarbosant committed Mar 18, 2024
1 parent 8fd4458 commit afb3475
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/natds-token-search/src/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ const deprecated = [
'colorLowEmphasis',
'colorHighlight',
'colorSurfaceInverse',
'colorOnSurfaceInverse'
'colorOnSurfaceInverse',
'colorLink',
'colorOnLink'

]
const buildNamePreview = (name) => {
Expand Down

0 comments on commit afb3475

Please sign in to comment.