Skip to content

Commit

Permalink
Merge pull request #2051 from weather-gov/alert-color-fix
Browse files Browse the repository at this point in the history
Fix alert icon color
  • Loading branch information
greg-does-weather authored Nov 6, 2024
2 parents 39ddf89 + aab4c23 commit bd8aea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ the content

<div class="wx-quick-forecast-condition" aria-label="{{"Condition" | t}}">
{% if hasAlertIcon %}
<svg role="img" aria-hidden="true" class="wx-alert-icon" data-alert-level="{{day.highestAlertLevel}}">
<svg role="img" aria-hidden="true" class="wx-alert-icon" data-alert-level="{{day.alerts.metadata.highest}}">
<use xlink:href="/themes/new_weather_theme/assets/images/uswds/sprite.svg#warning"></use>
</svg>
{% endif %}
Expand Down

0 comments on commit bd8aea0

Please sign in to comment.