Update frontend/src/App.js
Browse files- frontend/src/App.js +1 -1
frontend/src/App.js
CHANGED
|
@@ -16,7 +16,7 @@ const ScoreBar = ({ score, isVanilla = false }) => {
|
|
| 16 |
style={{
|
| 17 |
width: `${percentage}%`,
|
| 18 |
backgroundColor,
|
| 19 |
-
height: 100
|
| 20 |
}}
|
| 21 |
/>
|
| 22 |
{!isVanilla && (
|
|
|
|
| 16 |
style={{
|
| 17 |
width: `${percentage}%`,
|
| 18 |
backgroundColor,
|
| 19 |
+
height: `100%`,
|
| 20 |
}}
|
| 21 |
/>
|
| 22 |
{!isVanilla && (
|