Skip to content

Commit

Permalink
fix: solve broken colors
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Mar 18, 2021
1 parent 4bfb71c commit 21f9013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Cards/CardPageVisits.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function CardPageVisits() {
340
</td>
<td className="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4">
<i className="fas fa-arrow-up text-green-500 mr-4"></i>
<i className="fas fa-arrow-up text-emerald-500 mr-4"></i>
46,53%
</td>
</tr>
Expand Down Expand Up @@ -99,7 +99,7 @@ export default function CardPageVisits() {
147
</td>
<td className="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4">
<i className="fas fa-arrow-up text-green-500 mr-4"></i>
<i className="fas fa-arrow-up text-emerald-500 mr-4"></i>
50,87%
</td>
</tr>
Expand Down

0 comments on commit 21f9013

Please sign in to comment.