diff --git a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss index 56dafe16c..aeaa2d0a7 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss @@ -132,8 +132,8 @@ a.breadcrumb__back { } .withdraw_outline { - box-shadow: inset 0 0 0 2px #C41230; - color: #C41230; + box-shadow: inset 0 0 0 2px color('error'); + color: color('error'); } .usa-sidenav { diff --git a/src/registrar/templates/application_status.html b/src/registrar/templates/application_status.html index e7461712a..785f72d19 100644 --- a/src/registrar/templates/application_status.html +++ b/src/registrar/templates/application_status.html @@ -4,7 +4,7 @@ {% load static url_helpers %} {% block content %} -