avoid white ring around avatars in dark theme

This commit is contained in:
Bruno Windels 2022-04-14 10:38:08 +02:00
parent cbdd7548da
commit 78f352b839
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ limitations under the License.
.avatar {
border-radius: 100%;
background: var(--fixed-white);
background: var(--background-color-primary);
color: var(--fixed-white);
}