diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index d4dc8244a..952760caf 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -76,9 +76,9 @@ &.btn.btn-primary:hover, &.btn.btn-primary:focus, &.btn.btn-primary:focus-visible { - color: $gray; - background: $gray-200; - box-shadow: none; + color: $gray !important; + background: $gray-200 !important; + box-shadow: none !important; } }