Skip to content

Commit

Permalink
fix(progress): add marketing override for the loader foreground color.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jan 24, 2025
1 parent 4e05607 commit 76e97fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
1 change: 0 additions & 1 deletion data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5802,7 +5802,6 @@
"progress.color.fg-alt": "76af5855c09d2a52ae17f32994c24ac281e29efd",
"progress.color.fg-alt2": "6d0573162901106ecc6c6f6d31296e1fd6b530c7",
"progress.color.fg-caution": "984d8913bb57289f228380cd22231ed905467bfc",
"progress.color.fg-default": "4533513cc279fa48e296b2a5bc8b54b527508322",
"progress.color.fg-error": "a4b614c4575509cd2602b756abf2e33259fcfde2",
"progress.color.fg-info": "dedec29319a9567ce458e2f7fe5c50433c381bbb",
"progress.color.label-alt": "a0ffbafcc2a21f5f052097ecaa48a6e72f25f660",
Expand Down
23 changes: 15 additions & 8 deletions data/tokens/context/marketing.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,6 @@
}
}
},
"progress": {
"color": {
"fg-default": {
"$type": "color",
"$value": "{modes.color.interactive.monochrome.marketing.active}"
}
}
},
"container": {
"radius": {
"card": {
Expand Down Expand Up @@ -424,5 +416,20 @@
}
}
}
},
"progress": {
"color": {
"fg-default": {
"$type": "color",
"$value": "{modes.color.interactive.monochrome.marketing.active}"
},
"loader": {
"fg-default": {
"$type": "color",
"$value": "{modes.color.interactive.monochrome.marketing.withActive}",
"$description": "used for loader standard loader spinner"
}
}
}
}
}

0 comments on commit 76e97fc

Please sign in to comment.