Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 committed Aug 1, 2023
1 parent 1968c81 commit 27518cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/utils/components/alliance_breakdown_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="flex flex-col w-1/3 justify-items items-center">
<div class="flex flex-row gap-2 px-4 pt-4 pb-2 h-1/5">
{team_1_svg}
<h2 class="text-xl text-white">
<h2 class="text-xl text-white font-semibold">
{team_1}
</h2>
</div>
Expand All @@ -24,7 +24,7 @@ <h2 class="text-2xl text-white">
<div class="flex flex-col w-1/3 justify-items items-center">
<div class="flex flex-row gap-2 px-4 pt-4 pb-2 h-1/5 justify-baseline">
{team_2_svg}
<h2 class="text-xl text-white">
<h2 class="text-xl text-white font-semibold">
{team_2}
</h2>
</div>
Expand All @@ -42,7 +42,7 @@ <h2 class="text-2xl text-white">
<div class="flex flex-col w-1/3 justify-items items-center">
<div class="flex flex-row gap-2 px-4 pt-4 pb-2 h-1/5">
{team_3_svg}
<h2 class="text-xl text-white">
<h2 class="text-xl text-white font-semibold">
{team_3}
</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/components/colored_metric_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 class="sm:text-lg md:text-sm lg:text-lg text-white">
</h2>
</div>
<div class="h-3/5">
<h2 class="text-3xl text-white">
<h2 class="font-semibold text-3xl text-white">
{metric_value}
</h2>
</div>
Expand Down

0 comments on commit 27518cf

Please sign in to comment.