diff --git a/lms/static/sass/features/_learner-profile.scss b/lms/static/sass/features/_learner-profile.scss index 5c5732f895..352a597a8c 100644 --- a/lms/static/sass/features/_learner-profile.scss +++ b/lms/static/sass/features/_learner-profile.scss @@ -277,6 +277,8 @@ button { @extend %btn-secondary-blue-outline; margin-top: 1em; + background: $blue; + color: #fff; } }