Skip to content

Commit

Permalink
feat: add bkg alert color tokens #100
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiaricomendoza-alaskaair committed Jun 2, 2023
1 parent df8392f commit a508440
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/color/alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,26 @@
"reference": "n/a",
"version": "3.12.0"
}
},
"bkgSuccess": {
"default": {
"value": "DDF6E8",
"public": true,
"onLight": true,
"usage": "Background success color on light backgrounds",
"wcag": "AAA",
"deprecated": false
}
},
"bkgError": {
"default": {
"value": "FFEDF1",
"public": true,
"onLight": true,
"usage": "Background error color on light backgrounds",
"wcag": "AAA",
"deprecated": false
}
}
}
}
Expand Down

0 comments on commit a508440

Please sign in to comment.