Fix sharing sidebar in dark mode

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-21 09:42:01 +02:00
parent 897c42609b
commit bf2c3c5574
3 changed files with 116 additions and 59 deletions

View File

@@ -198,7 +198,7 @@ export default {
}
.avatardiv {
background-color: #f5f5f5;
background-color: var(--color-background-dark);
border-radius: 16px;
width: 32px;
height: 32px;