diff --git a/src/styles/client-customizations.scss b/src/styles/client-customizations.scss index eb622059..10ce8238 100644 --- a/src/styles/client-customizations.scss +++ b/src/styles/client-customizations.scss @@ -25,11 +25,11 @@ $limu-button-color: #A9E3E9; .btn { &.btn-override[aria-disabled="false"]{ &.btn-primary { - background: #A9E3E9 !important; + background: $limu-button-color !important; color: $limu-button-text-color !important; } &:focus-visible { - background: #A9E3E9 !important; + background: $limu-button-color !important; color: $limu-button-text-color !important; } }