diff --git a/ui/src/Styles/Components/_BaseLabel.scss b/ui/src/Styles/Components/_BaseLabel.scss index b1952bc01..9d7272f47 100644 --- a/ui/src/Styles/Components/_BaseLabel.scss +++ b/ui/src/Styles/Components/_BaseLabel.scss @@ -44,8 +44,8 @@ } &.bg-secondary, &.btn-secondary { - border: 1px solid lighten($secondary, 2%); - background-color: lighten($secondary, 4%) !important; + border: 1px solid darken($secondary, 1%); + background-color: darken($secondary, 2%) !important; } &.bg-success, &.btn-success {