diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ff050ec4c..3aa7c15f6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -90,7 +90,7 @@ const Layout = ({ setSidebarOpen(false)} > @@ -225,7 +225,7 @@ const Layout = ({ {/* Static sidebar for desktop */} -
+
@@ -303,9 +303,9 @@ const Layout = ({ )} -
+
} >
-
+
{showImportBanner && ( { @@ -330,7 +330,7 @@ const Layout = ({ }} /> )} -
+
diff --git a/src/components/OwnAccountsList.tsx b/src/components/OwnAccountsList.tsx index 500441782..b679f2a29 100644 --- a/src/components/OwnAccountsList.tsx +++ b/src/components/OwnAccountsList.tsx @@ -116,7 +116,7 @@ const OwnAccountsList = ({ budget }: Props) => { )} {accounts.length ? ( <> -
    +
      {accounts.map(account => (
    • { >
      -
      -
      +
      +

      { Number(account.computedData.balance) >= 0 ? 'text-lime-600' : 'text-red-600' - } md:mt-2 text-lg text-right md:text-left`} + } lg:mt-2 text-lg text-right lg:text-left`} > {formatMoney(