Skip to content

Commit

Permalink
fix: fc-warning not mapped correctly (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad authored May 9, 2022
1 parent 2713ff4 commit 9757d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_data/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
},
{
"var": "warning",
"output": "yellow-600"
"output": "fc-warning"
},
{
"var": "error",
Expand Down
4 changes: 2 additions & 2 deletions lib/build/less/utilities/colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
#d-internals #generate-hover-focus(d-fc-green, {.d-fc-green();});
#d-internals #generate-hover-focus(d-fc-success, {.d-fc-success();});

.d-fc-yellow,
.d-fc-warning { &:extend(.d-fc-yellow-600); }
.d-fc-yellow { &:extend(.d-fc-yellow-600); }
.d-fc-warning { color: var(--fc-warning) }
#d-internals #generate-hover-focus(d-fc-yellow, {.d-fc-yellow();});
#d-internals #generate-hover-focus(d-fc-warning, {.d-fc-warning();});

Expand Down

0 comments on commit 9757d01

Please sign in to comment.