From 26275ca5803f78fb34bf0018165e7be50319225f Mon Sep 17 00:00:00 2001 From: Jordan Frankfurt Date: Thu, 10 Feb 2022 16:59:26 -0500 Subject: [PATCH] fix(widgets): remove trading header (#3263) * fix(widgets): remove trading header * correct height for removed title, more scalable/consistent transform values * 347->346 height --- src/lib/components/Swap/Input.tsx | 6 ------ src/lib/components/Swap/ReverseButton.tsx | 3 +-- src/lib/components/Widget.tsx | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/lib/components/Swap/Input.tsx b/src/lib/components/Swap/Input.tsx index 10d02d2eaf..63c5a5f6bf 100644 --- a/src/lib/components/Swap/Input.tsx +++ b/src/lib/components/Swap/Input.tsx @@ -1,4 +1,3 @@ -import { Trans } from '@lingui/macro' import { useLingui } from '@lingui/react' import { useUSDCValue } from 'hooks/useUSDCPrice' import { useAtomValue } from 'jotai/utils' @@ -78,11 +77,6 @@ export default function Input({ disabled, focused }: InputProps) { return ( - - - Trading - - ` font-size: 16px; font-smooth: always; font-variant: none; - height: 368px; + height: 346px; min-width: 300px; padding: 0.25em; position: relative;