Skip to content

Commit

Permalink
fix: remove background color to improve contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlin-sfgov committed Oct 10, 2023
1 parent f93f4e8 commit a07c5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/directives/alert-box.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ div ng-show="showAlert()"
p.alert-notice_title
| {{customSubMessage}}

.alert-notice.alert ng-show="eligibilityErrors && eligibilityErrors.length"
.alert-notice.alert ng-show="eligibilityErrors && eligibilityErrors.length" style="background-color:#fff;"
p.t-tiny.c-alert ng-repeat="error in eligibilityErrors" ng-class="{ 'margin-bottom': !shortEligibilityError }"
| {{error}}

Expand Down

0 comments on commit a07c5ad

Please sign in to comment.