Skip to content

Commit

Permalink
Numeric spinner text color property fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davyd-akamai committed Aug 26, 2024
1 parent be207c8 commit c97db1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens/components/numericSpinner/numericSpinner.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"type": "color"
},
"text": {
"value": "{alias.content.text.secondary.default}",
"value": "{alias.content.text.primary.default}",
"type": "color"
},
"icon": {
Expand Down Expand Up @@ -135,7 +135,7 @@
"type": "color"
},
"text": {
"value": "{alias.content.text.secondary.default}",
"value": "{alias.content.text.primary.default}",
"type": "color"
},
"icon": {
Expand Down

0 comments on commit c97db1d

Please sign in to comment.