fix(alert): [alert] add variables to icons (#3236)

This commit is contained in:
wuyiping 2025-04-03 00:03:50 -07:00 committed by GitHub
parent a13b57e9da
commit e43890ef86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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