diff --git a/less/label.less b/less/label.less index c7af326..8c98005 100644 --- a/less/label.less +++ b/less/label.less @@ -29,13 +29,13 @@ /** Primary */ @label-primary-background: transparent; -@label-primary-border: @global-primary-background; @label-primary-color: @global-primary-background; +@label-primary-border: @label-primary-color; /** Secondary */ @label-secondary-background: transparent; -@label-secondary-border: @global-secondary-background; @label-secondary-color: @global-secondary-background; +@label-secondary-border: @label-secondary-color; .hook-label() { border: @label-border-width solid @label-border;