From 0d409277a5b801137715d2366b4dd3c369c48749 Mon Sep 17 00:00:00 2001 From: borcherd Date: Thu, 20 Feb 2025 20:35:28 -0300 Subject: [PATCH] chore: update mobile portfolio styling --- .../common/Portfolio/lending-portfolio.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/marginfi-v2-ui/src/components/common/Portfolio/lending-portfolio.tsx b/apps/marginfi-v2-ui/src/components/common/Portfolio/lending-portfolio.tsx index 4dfc44d15..ca02842b8 100644 --- a/apps/marginfi-v2-ui/src/components/common/Portfolio/lending-portfolio.tsx +++ b/apps/marginfi-v2-ui/src/components/common/Portfolio/lending-portfolio.tsx @@ -418,8 +418,8 @@ export const LendingPortfolio = () => { ))} ) : ( -
- No lending positions found. +
+ No lending positions found. { @@ -431,15 +431,15 @@ export const LendingPortfolio = () => { }} > Search the pools - {" "} - to lend assets. + + to lend assets.
) ) : ( )}
-
+
Borrowed
{accountBorrowed}
@@ -457,8 +457,8 @@ export const LendingPortfolio = () => { ))}
) : ( -
- No borrow positions found.{" "} +
+ No borrow positions found. { @@ -467,7 +467,7 @@ export const LendingPortfolio = () => { > Search the pools {" "} - and open a new borrow. + and open a new borrow.
) ) : (