Browse Source

Improve style of empty state

pull/7486/head
Thomas Kaul 1 month ago
parent
commit
8e394296b1
  1. 7
      libs/ui/src/lib/fear-and-greed-index/fear-and-greed-index.component.html

7
libs/ui/src/lib/fear-and-greed-index/fear-and-greed-index.component.html

@ -12,10 +12,11 @@
<div>
<div class="h4 mb-0">
<span class="mr-2">{{ fearAndGreedIndexText() }}</span>
@let value = fearAndGreedIndex() | number: '1.0-0';
<small class="text-muted"
><strong>{{
(fearAndGreedIndex() | number: '1.0-0') ?? placeholder
}}</strong
><span [class.font-weight-bold]="value">{{
value ?? placeholder
}}</span
>/100</small
>
</div>

Loading…
Cancel
Save