avoid white ring around avatars in dark theme
This commit is contained in:
parent
cbdd7548da
commit
78f352b839
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue