diff --git a/src/forms/radio-group.scss b/src/forms/radio-group.scss index fb6c0cdf..64a59672 100644 --- a/src/forms/radio-group.scss +++ b/src/forms/radio-group.scss @@ -15,7 +15,7 @@ line-height: 20px; // Specifically not inherit our `` default color: $text-gray-dark; cursor: pointer; - border: $border-width $border-style $border-gray-dark; + border: $border-width $border-style $border-color; :checked + & { position: relative;