Update BasicInfoCard.tsx

This commit is contained in:
Hristo Nedelkov 2023-10-13 14:46:16 +03:00
parent 64de1fbf44
commit abcda976dd
1 changed files with 2 additions and 4 deletions

View File

@ -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}