Use primary color for share link icon background instead of bland grey

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-31 12:24:04 +01:00 committed by Daniel Calviño Sánchez
parent a7ea3d29fa
commit 7bfb32230a
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@
.avatar {
width: 32px;
height: 32px;
background-color: var(--color-background-darker);
background-color: var(--color-primary);
}
}
.unshare img {
@ -262,4 +262,4 @@
.resharerInfoView.subView {
position: relative;
}
}