Update MemoryCard.tsx

This commit is contained in:
Hristo Nedelkov 2023-10-21 19:33:21 +03:00
parent 59362dc5ef
commit ce040f1c2a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const MemoryCard = ({ currentMemory, maxMemory }: MemoryCardProps) => {
const message = currentLoad < maxMemory ? 'Good' : 'Poor'
return (
<DashboardCardWrapper padding="0" width="260px" height="156px">
<DashboardCardWrapper padding="0" minWidth='290px' height="156px">
<YStack
style={{
borderRadius: '16px',