From 830dee327be4ec96548934f54e4bc342fcbe2046 Mon Sep 17 00:00:00 2001 From: Piotr Matlak Date: Thu, 8 Aug 2024 18:32:18 +0200 Subject: [PATCH] update tooltip message --- .../Inputs/DepositAmountInput/DepositAmountInput.tsx | 2 +- .../Inputs/ExchangeAmountInput/ExchangeAmountInput.tsx | 2 +- src/components/PositionDetails/SinglePositionInfo/BoxInfo.tsx | 4 ++-- src/components/PositionDetails/SinglePositionInfo/style.ts | 3 +-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/Inputs/DepositAmountInput/DepositAmountInput.tsx b/src/components/Inputs/DepositAmountInput/DepositAmountInput.tsx index 403444d1..64046645 100644 --- a/src/components/Inputs/DepositAmountInput/DepositAmountInput.tsx +++ b/src/components/Inputs/DepositAmountInput/DepositAmountInput.tsx @@ -167,7 +167,7 @@ export const DepositAmountInput: React.FC = ({ = ({ ({ ...typography.caption4, lineHeight: '24px', background: colors.black.full, - borderRadius: 12, - fontSize: 14 + borderRadius: 12 }, arrows: { width: 32,