fix(alert): [alert] add variables to icons (#3236)
|
|
@ -3,7 +3,7 @@
|
|||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #f23030;
|
||||
fill: var(--tv-color-error-icon);
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 914 B After Width: | Height: | Size: 933 B |
|
|
@ -3,7 +3,7 @@
|
|||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #1476ff;
|
||||
fill: var(--tv-color-icon-control-active);
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 744 B After Width: | Height: | Size: 772 B |
|
|
@ -3,7 +3,7 @@
|
|||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #5cb300;
|
||||
fill: var(--tv-color-success-icon);
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 703 B After Width: | Height: | Size: 724 B |
|
|
@ -3,7 +3,7 @@
|
|||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #f80;
|
||||
fill: var(--tv-color-warn-icon);
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 788 B After Width: | Height: | Size: 809 B |
|
|
@ -3,7 +3,7 @@
|
|||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #f80;
|
||||
fill: var(--tv-color-warn-icon);
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 788 B After Width: | Height: | Size: 809 B |