Fix the color of the verified E2EE icon on RoomSummaryCard (#10812)
This commit is contained in:
@@ -76,7 +76,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_RoomSummaryCard_e2ee_verified {
|
||||
background-color: #$e2e-verified-color;
|
||||
background-color: $e2e-verified-color;
|
||||
&::before {
|
||||
mask-image: url("$(res)/img/e2e/verified.svg");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user