Update src/components/histogram/progress.tsx
Co-authored-by: Hannah Park <70654324+hannahcode@users.noreply.github.com>
This commit is contained in:
parent
397b232ba1
commit
ce1404fc26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue