Skip to content

Commit

Permalink
add h-full to progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickSharp authored and frankkopp committed Mar 16, 2022
1 parent ac39400 commit cbcb374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const AircraftPresets = () => {
<div className="flex flex-row justify-center items-center p-2 space-x-2 h-14 rounded-md border-2 border-theme-accent">
{ loadPresetVar ? (
<>
<div className="overflow-hidden w-full rounded-md bg-theme-accent">
<div className="overflow-hidden w-full h-full rounded-md bg-theme-accent">
<div className="h-full bg-theme-highlight" style={{ width: `${loadPresetProgress}%`, transition: 'width 0.5s ease' }} />
</div>

Expand Down

0 comments on commit cbcb374

Please sign in to comment.