diff --git a/components/stats/TokenStats.tsx b/components/stats/TokenStats.tsx index f04ac5e1..4a2d28ea 100644 --- a/components/stats/TokenStats.tsx +++ b/components/stats/TokenStats.tsx @@ -132,7 +132,7 @@ const TokenStats = () => { }, ])} daysToShow={'999'} - heightClass="h-72" + heightClass="h-64" prefix="$" tickFormat={(x) => `$${x.toFixed(2)}`} title={t('total-deposit-value')} @@ -158,7 +158,7 @@ const TokenStats = () => { }, ])} daysToShow={'999'} - heightClass="h-72" + heightClass="h-64" prefix="$" tickFormat={(x) => `$${x.toFixed(2)}`} title={t('total-borrow-value')} diff --git a/components/token/ChartTabs.tsx b/components/token/ChartTabs.tsx index 7ef5604c..54d9f3fa 100644 --- a/components/token/ChartTabs.tsx +++ b/components/token/ChartTabs.tsx @@ -59,6 +59,7 @@ const ChartTabs = ({ token }: { token: string }) => { { { {