add suggested chnages
This commit is contained in:
10
src/AppOp.js
10
src/AppOp.js
@@ -90,14 +90,14 @@ function AppOp() {
|
|||||||
<div className='cards-container'>
|
<div className='cards-container'>
|
||||||
<div className='cards-row'>
|
<div className='cards-row'>
|
||||||
<Card title={"Total"} counter={"726"} color={'black'} backgroundColor={'rgb(254, 240, 227)'} />
|
<Card title={"Total"} counter={"726"} color={'black'} backgroundColor={'rgb(254, 240, 227)'} />
|
||||||
<Card title={"Normal"} counter={"405"} backgroundColor={'rgb(234, 240, 230)'} />
|
<Card title={"Male"} counter={"406"} backgroundColor={'rgb(237, 190, 190)'} />
|
||||||
<Card title={"Sickle Cell Disease HbSS"} counter={"29"} backgroundColor={'rgb(234, 246, 245)'} />
|
<Card title={"Female"} counter={"320"} backgroundColor={'rgb(249, 195, 195)'} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='cards-row'>
|
<div className='cards-row'>
|
||||||
<Card title={"Sickle Cell Trait HbAS"} counter={"50"} backgroundColor={'rgb(192,233, 199)'} />
|
<Card title={"Normal"} counter={"405"} backgroundColor={'rgb(234, 240, 230)'} />
|
||||||
<Card title={"Males"} counter={"406"} backgroundColor={'rgb(237, 190, 190)'} />
|
<Card title={"Sickle Cell Disease (HbSS)"} counter={"29"} backgroundColor={'rgb(234, 246, 245)'} />
|
||||||
<Card title={"Female"} counter={"320"} backgroundColor={'rgb(249, 195, 195)'} />
|
<Card title={"Sickle Cell Trait (HbAS)"} counter={"50"} backgroundColor={'rgb(192,233, 199)'} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user