Fixing contrast on Organization pill in Dashboard (#6288)

* fixing contrast on org pill

* well... actually this is a fix...
This commit is contained in:
ludwiczakpawel 2020-02-25 16:21:50 +01:00 committed by GitHub
parent fd1c13c7b6
commit 5b37ffe267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -395,10 +395,10 @@
.dashboard-top-pill {
@include themeable(
background,
theme-secondary-color,
theme-container-accent-background,
darken($light-gray, 6%)
);
@include themeable(color, theme-container-background, #fff);
@include themeable(color, theme-color, $black);
margin-right: 5px;
padding: 3px 10px;
border-radius: 100px;