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