Skip to content

Commit

Permalink
changed text-[16px] to text-base #241
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0301 committed Nov 1, 2024
1 parent 71d38d6 commit a0c7460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/pages/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const App: React.FC = () => {
<span className="flex items-center justify-center text-4xl font-bold drop-shadow">
{balloonCount}
</span>
<span className="text-[16px]">
<span className="text-base">
{balloonCount === 1 ? 'Baloon popped' : 'Balloons popped'}
</span>
</section>
Expand Down

0 comments on commit a0c7460

Please sign in to comment.