Skip to content

Commit

Permalink
Terminadas cardEvaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Banshee-92 committed Nov 13, 2023
1 parent 05511c9 commit 8751bc7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,24 @@
"value": "{core.color.accent.100}",
"type": "color"
}
},
"info": {
"default": {
"value": "{core.color.info.500}",
"type": "color"
},
"emphasis": {
"value": "{core.color.info.600}",
"type": "color"
},
"muted": {
"value": "{core.color.info.300}",
"type": "color"
},
"subtle": {
"value": "{core.color.info.100}",
"type": "color"
}
}
},
"typo": {
Expand Down Expand Up @@ -6158,6 +6176,10 @@
"danger": {
"value": "{global.content.color.negative.default}",
"type": "color"
},
"info": {
"value": "{global.content.color.info.default}",
"type": "color"
}
},
"typo": {
Expand Down Expand Up @@ -6215,6 +6237,10 @@
"top": {
"value": "{global.background.color.surface.muted}",
"type": "color"
},
"circle": {
"value": "{global.background.color.surface.emphasis}",
"type": "color"
}
}
},
Expand Down

0 comments on commit 8751bc7

Please sign in to comment.