Skip to content

Commit

Permalink
remove unnecessary width and height
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Angelle committed Feb 21, 2024
1 parent b74292a commit 15821ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PoolPerformanceChart from '../Charts/PoolPerformanceChart'

export const PoolPerformance = () => {
return (
<Card width="100%" height="100%" p={3}>
<Card p={3}>
<Stack gap={2}>
<Text fontSize="18px" fontWeight="500">
Pool performance
Expand Down

0 comments on commit 15821ae

Please sign in to comment.