Update BasicInfoCard.tsx
This commit is contained in:
parent
64de1fbf44
commit
abcda976dd
|
@ -10,11 +10,9 @@ type BasicInfoCardProps = {
|
|||
|
||||
const BasicInfoCard = ({ title, value }: BasicInfoCardProps) => {
|
||||
return (
|
||||
<DashboardCardWrapper width="100%">
|
||||
<DashboardCardWrapper width='205px' height='80px'>
|
||||
<YStack
|
||||
style={{
|
||||
width: '100%',
|
||||
}}
|
||||
|
||||
>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
{title}
|
||||
|
|
Loading…
Reference in New Issue