Add accent-color usage from design system. (#9009)
parent
e463a47588
commit
35a6ad98b3
@ -1,13 +1,13 @@ |
|||||||
.alert-circle-icon { |
.alert-circle-icon { |
||||||
&--danger { |
&--danger { |
||||||
border-color: $danger-red; |
border-color: $accent-red; |
||||||
color: $danger-red; |
color: $accent-red; |
||||||
background: $danger-light-red; |
background: $Red-000; |
||||||
} |
} |
||||||
|
|
||||||
&--warning { |
&--warning { |
||||||
border-color: $warning-yellow; |
border-color: $accent-yellow; |
||||||
color: $warning-yellow; |
color: $accent-yellow; |
||||||
background: $warning-light-yellow; |
background: $Yellow-000; |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue