Skip to content

Commit

Permalink
fix(fuselage-tokens): button success variant incorrect color tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Oct 23, 2024
1 parent 938c110 commit 056c4a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/fuselage-tokens/src/button/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"fontOnDanger": { "value": "{colors.white}" },
"fontOnDangerDisabled": { "value": "{colors.white}" },

"backgroundSuccessDefault": { "value": "{colors.g500}" },
"backgroundSuccessHover": { "value": "{colors.g600}" },
"backgroundSuccessPress": { "value": "{colors.g700}" },
"backgroundSuccessFocus": { "value": "{colors.g500}" },
"backgroundSuccessKeyfocus": { "value": "{colors.g500}" },
"backgroundSuccessDefault": { "value": "{colors.g800}" },
"backgroundSuccessHover": { "value": "{colors.g900}" },
"backgroundSuccessPress": { "value": "{colors.g1000}" },
"backgroundSuccessFocus": { "value": "{colors.g800}" },
"backgroundSuccessKeyfocus": { "value": "{colors.g800}" },
"backgroundSuccessDisabled": { "value": "{colors.g200}" },
"fontOnSuccess": { "value": "{colors.n900}" },
"fontOnSuccess": { "value": "{colors.white}" },
"fontOnSuccessDisabled": { "value": "{colors.white}" }
},
"high-contrast": {
Expand Down

0 comments on commit 056c4a6

Please sign in to comment.