Fix MyGroups placeholder colours on dark theme

pull/5407/head
Luke Barnard 2017-10-23 14:08:02 +01:00
parent 14b5006645
commit d9fa11d03a
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ $focus-brightness: 200%;
// red warning colour
$warning-color: #ff0064;
// groups
$group-my-groups-placeholder-bg: #454545;
$other-user-pill-bg-color: rgba(255, 255, 255, 0.1);
$preview-bar-bg-color: #333;