Update src/components/histogram/progress.tsx

Co-authored-by: Hannah Park <70654324+hannahcode@users.noreply.github.com>
This commit is contained in:
James Sturgis 2022-01-20 17:24:00 +01:00 committed by GitHub
parent 397b232ba1
commit ce1404fc26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ type Props = {
export const Progress = ( {index, size, label}: Props ) => { export const Progress = ( {index, size, label}: Props ) => {
return( return(
<div className="flex justify-left m-1 bg-blue-200"> <div className="flex justify-left m-1">
<div className="items-center justify-center w-10%">{index+1}</div> <div className="items-center justify-center w-10%">{index+1}</div>
<div className="bg-gray-200 rounded-full w-full ml-2"> <div className="bg-gray-200 rounded-full w-full ml-2">
<div <div