Skip to content

Commit dab396e

Browse files
committed
fix: solve broken colors
1 parent 931ee02 commit dab396e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/components/headers/header-stats/header-stats.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
statTitle="350,897"
1111
statArrow="up"
1212
statPercent="3.48"
13-
statPercentColor="text-green-500"
13+
statPercentColor="text-emerald-500"
1414
statDescripiron="Since last month"
1515
statIconName="far fa-chart-bar"
1616
statIconColor="bg-red-500"
@@ -46,10 +46,10 @@
4646
statTitle="49,65%"
4747
statArrow="up"
4848
statPercent="12"
49-
statPercentColor="text-green-500"
49+
statPercentColor="text-emerald-500"
5050
statDescripiron="Since last month"
5151
statIconName="fas fa-percent"
52-
statIconColor="bg-green-500"
52+
statIconColor="bg-emerald-500"
5353
></app-card-stats>
5454
</div>
5555
</div>

0 commit comments

Comments
 (0)