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:
parent
a7ea3d29fa
commit
7bfb32230a
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue