From 5748e02d17f9d42ea5cbd1061626e7e474ecd18a Mon Sep 17 00:00:00 2001 From: dissimilllate Date: Thu, 26 Oct 2023 11:54:25 +0300 Subject: [PATCH] chore: update borrrow APY color --- src/pages/Dashboard/Modals/BorrowRepay/AccountData/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Dashboard/Modals/BorrowRepay/AccountData/index.tsx b/src/pages/Dashboard/Modals/BorrowRepay/AccountData/index.tsx index e1e760a..9cc8e49 100644 --- a/src/pages/Dashboard/Modals/BorrowRepay/AccountData/index.tsx +++ b/src/pages/Dashboard/Modals/BorrowRepay/AccountData/index.tsx @@ -153,7 +153,9 @@ const AccountData: React.FC = ({ iconSrc={asset.token} css={styles.getRow({ isLast: false })} > - {readableBorrowApy} + + {`-${readableBorrowApy}`} +