Skip to content

Commit

Permalink
Merge pull request #15 from franciscoBSalgueiro/14-the-eval-bar-shoul…
Browse files Browse the repository at this point in the history
…d-have-a-short-transition

Add transition to eval bar
  • Loading branch information
franciscoBSalgueiro authored Oct 1, 2023
2 parents 024f3db + acae1ee commit bd3c3a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/boards/EvalBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ function EvalBar({
sx={{
height: `${100 - progress}%`,
backgroundColor: theme.colors.dark[4],
transition: "height 0.2s ease",
}}
/>
<Box
sx={{
height: `${progress}%`,
backgroundColor: theme.colors.gray[2],
transition: "height 0.2s ease",
}}
/>
</>
Expand Down

0 comments on commit bd3c3a7

Please sign in to comment.