diff --git a/packages/extension/src/pages/main/index.tsx b/packages/extension/src/pages/main/index.tsx index 75dd3ff672..82b2fba35e 100644 --- a/packages/extension/src/pages/main/index.tsx +++ b/packages/extension/src/pages/main/index.tsx @@ -372,58 +372,60 @@ export const MainPage: FunctionComponent<{ }} > - - - {tabStatus === "available" - ? intl.formatMessage({ - id: "page.main.chart.available", - }) - : intl.formatMessage({ - id: "page.main.chart.staked", - })} - - `${v * 1.25}rem` - ), - }} - > - + + - Math.max(0, (v - 0.3) * (10 / 3)) - ), - marginTop: "2px", + color: ColorPalette["gray-300"], }} - onClick={(e) => { - e.preventDefault(); - - uiConfigStore.toggleIsPrivacyMode(); + > + {tabStatus === "available" + ? intl.formatMessage({ + id: "page.main.chart.available", + }) + : intl.formatMessage({ + id: "page.main.chart.staked", + })} + + `${v * 1.25}rem` + ), }} > - {uiConfigStore.isPrivacyMode ? ( - - ) : ( - - )} - - - + + Math.max(0, (v - 0.3) * (10 / 3)) + ), + marginTop: "2px", + }} + onClick={(e) => { + e.preventDefault(); + + uiConfigStore.toggleIsPrivacyMode(); + }} + > + {uiConfigStore.isPrivacyMode ? ( + + ) : ( + + )} + + + +