From ade7412ab05a2d8e6ac8c3bdbb38cd5cfe1f0703 Mon Sep 17 00:00:00 2001 From: Monochromish Date: Sat, 2 Jul 2022 11:09:07 +1000 Subject: [PATCH] Add shadow to follow button --- src/renderer/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/style.css b/src/renderer/style.css index a34c79b2..d35ab918 100644 --- a/src/renderer/style.css +++ b/src/renderer/style.css @@ -12240,6 +12240,7 @@ input[type=checkbox][switch]:checked:active::before { font-size: 12px; cursor: pointer; flex: 0 0 32px; + box-shadow: var(--ciderShadow-Generic); } .artist-chip .artist-chip__follow:hover { background: var(--selected);