Fix e2e warning icon should be white (#30539)
* fix: e2e warning icon should be white * tests: add e2e warning screenshot test
This commit is contained in:
@@ -55,7 +55,8 @@ Please see LICENSE files in the repository root for full details.
|
||||
background-color: var(--cpd-color-icon-tertiary);
|
||||
}
|
||||
|
||||
.mx_E2EIcon_verified {
|
||||
.mx_E2EIcon_verified,
|
||||
.mx_E2EIcon_warning {
|
||||
.mx_E2EIcon_normal::after {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user