From b73b93dc2aedb31151ae481f7f5a6b70c2baa2f2 Mon Sep 17 00:00:00 2001 From: ingawei Date: Wed, 31 Jul 2024 14:15:46 -0400 Subject: [PATCH] toggle --- .../portfolio/twomba-portfolio-value-section.tsx | 6 +++--- web/components/twomba/twomba-toggle.tsx | 10 +++++----- web/components/widgets/manaCoinNumber.tsx | 2 +- web/public/custom-components/manaFlatCoin.tsx | 1 - web/public/custom-components/sweepiesFlatCoin.tsx | 1 - 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/web/components/portfolio/twomba-portfolio-value-section.tsx b/web/components/portfolio/twomba-portfolio-value-section.tsx index 0943e77f30..4fb819cafc 100644 --- a/web/components/portfolio/twomba-portfolio-value-section.tsx +++ b/web/components/portfolio/twomba-portfolio-value-section.tsx @@ -410,7 +410,7 @@ function TwombaPortfolioValueSkeleton(props: { {portfolioGraphElement && ( {profitGraphElement && ( {/* Add a moving circle behind the active coin */} - {/*
*/} + /> ) diff --git a/web/public/custom-components/sweepiesFlatCoin.tsx b/web/public/custom-components/sweepiesFlatCoin.tsx index 550b0b3521..e800e23642 100644 --- a/web/public/custom-components/sweepiesFlatCoin.tsx +++ b/web/public/custom-components/sweepiesFlatCoin.tsx @@ -12,7 +12,6 @@ export function SweepiesFlatCoin(props: { className?: string }) { style={{ width: '1em', height: '1em', - marginRight: '0.1em', }} /> )