diff options
Diffstat (limited to 'frontend/app/components/Gaming/ScoreBar.tsx')
| -rw-r--r-- | frontend/app/components/Gaming/ScoreBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/Gaming/ScoreBar.tsx b/frontend/app/components/Gaming/ScoreBar.tsx index cacdd50..6a291cd 100644 --- a/frontend/app/components/Gaming/ScoreBar.tsx +++ b/frontend/app/components/Gaming/ScoreBar.tsx @@ -24,7 +24,7 @@ export default function ScoreBar({ scoreA, scoreB, bgA, bgB }: Props) { return ( <div className={`w-full ${bgB}`}> - <div className={`h-6 ${bgA}`} style={{ width: `${scoreRatio}%` }}></div> + <div className={`h-10 ${bgA}`} style={{ width: `${scoreRatio}%` }}></div> </div> ); } |
