Skip to content

Commit 6de2c0e

Browse files
committed
refactor: change coolGray with blueGray
1 parent 73e7a9f commit 6de2c0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/components/cards/card-stats/card-stats.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<div class="flex-auto p-4">
55
<div class="flex flex-wrap">
66
<div class="relative w-full pr-4 max-w-full flex-grow flex-1">
7-
<h5 class="text-coolGray-400 uppercase font-bold text-xs">
7+
<h5 class="text-blueGray-400 uppercase font-bold text-xs">
88
{{ statSubtitle }}
99
</h5>
10-
<span class="font-semibold text-xl text-coolGray-700">
10+
<span class="font-semibold text-xl text-blueGray-700">
1111
{{ statTitle }}
1212
</span>
1313
</div>
@@ -20,7 +20,7 @@ <h5 class="text-coolGray-400 uppercase font-bold text-xs">
2020
</div>
2121
</div>
2222
</div>
23-
<p class="text-sm text-coolGray-400 mt-4">
23+
<p class="text-sm text-blueGray-400 mt-4">
2424
<span class="mr-2" [ngClass]="statPercentColor">
2525
<i
2626
[ngClass]="

0 commit comments

Comments
 (0)