From 7bfb32230ae1cf8c50c385a0c50af24817bfbd25 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 31 Oct 2018 12:24:04 +0100 Subject: Use primary color for share link icon background instead of bland grey Signed-off-by: Jan-Christoph Borchardt --- apps/files_sharing/css/sharetabview.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files_sharing/css') diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index be4d2635b7e..8e770b9555f 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -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; -} \ No newline at end of file +} -- cgit v1.2.3