Use the correct gray for the info details

This commit is contained in:
Michael Lange
2020-08-05 11:53:14 -07:00
parent fe115dbc41
commit 73e73229db
2 changed files with 6 additions and 1 deletions

View File

@@ -46,4 +46,9 @@ $icon-dimensions-large: 2rem;
color: $color;
}
}
&.is-grey {
fill: $grey;
color: $grey;
}
}

View File

@@ -14,7 +14,7 @@
{{#if this.activeEvent.event.error}}
{{x-icon "cancel-circle-fill" class="is-danger"}}
{{else}}
{{x-icon "info-circle-fill" class="is-dark"}}
{{x-icon "info-circle-fill" class="is-grey"}}
{{/if}}
</div>
<div>