Skip to content

Commit

Permalink
adding inverse divider colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jan 5, 2024
1 parent f7057a3 commit 948c986
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions data/tokens/Components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,28 @@
"description": "tile footer bg color\n"
},
"border-alt": {
"value": "{base.color.generic.fg.standard.delicate}",
"value": "{base.color.generic.fg.standard.soft}",
"type": "color"
},
"border-default": {
"value": "{base.color.generic.fg.standard.soft}",
"value": "{base.color.generic.fg.standard.delicate}",
"type": "color"
},
"text-default": {
"value": "{base.color.generic.content.standard.harsh}",
"type": "color",
"description": "for headings, paragraph text etc "
}
},
"inverse": {
"border-alt": {
"value": "{base.color.generic.fg.inverse.moderate}",
"type": "color"
},
"border-default": {
"value": "{base.color.generic.fg.inverse.soft}",
"type": "color"
}
}
}
}

0 comments on commit 948c986

Please sign in to comment.