Fix avatar background aliasing

This commit is contained in:
Fedor Indutny
2025-03-26 14:25:46 -07:00
committed by GitHub
parent 7cf26c5e25
commit 9f39e5bfe4

View File

@@ -35,6 +35,10 @@
}
}
&__contents:has(.module-Avatar__image) {
background-color: transparent;
}
&__image,
&__label,
&__icon,