Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(icon): Adds recovered color styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffriedl89 authored and tomheller committed Aug 27, 2021
1 parent 084796f commit cd179e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/barista-components/icon/src/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
.dt-icon.dt-color-critical {
--dt-icon-color: var(--dt-critical-default-color);
}
.dt-icon.dt-color-recovered {
--dt-icon-color: var(--dt-recovered-default-color);
}

.dt-theme-dark {
.dt-icon.dt-color-main,
Expand All @@ -43,7 +46,8 @@
.dt-icon.dt-color-cta,
.dt-icon.dt-color-light,
.dt-icon.dt-color-dark,
.dt-icon.dt-color-critical {
.dt-icon.dt-color-critical,
.dt-icon.dt-color-recovered {
--dt-icon-color: #{$white};
}
}

0 comments on commit cd179e7

Please sign in to comment.