Skip to content

Commit

Permalink
chore: increase width of bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolutionX-10 committed Oct 31, 2023
1 parent 67f413b commit 5fb6aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ export function Details() {
<div className="flex justify-around max-md:flex-col">
<div className="blue flex h-8 items-center pl-4 text-primary max-md:border-b-[1px]">
Both Tracks{' '}
<span className="ml-1 flex w-5 items-center justify-center rounded-md bg-blue-300 px-1 text-black">
<span className="ml-1 flex w-8 items-center justify-center rounded-md bg-blue-300 px-2 text-black">
{totalBlue}
</span>
</div>
<div className="green flex h-8 items-center pl-4 text-primary">
Single Track{' '}
<span className="ml-1 flex w-5 items-center justify-center rounded-md bg-green-300 px-1 text-black">
<span className="ml-1 flex w-8 items-center justify-center rounded-md bg-green-300 px-2 text-black">
{totalGreen}
</span>
</div>
Expand Down

0 comments on commit 5fb6aa6

Please sign in to comment.