Update MemoryCard.tsx
This commit is contained in:
parent
59362dc5ef
commit
ce040f1c2a
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue