diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a7c7b..88bec7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### [1.0.2](https://github.com/xdevguild/piggy-bank-dapp/releases/tag/v1.0.2) (2024-02-28) +- update dependencies +- ui improvements + ### [1.0.1](https://github.com/xdevguild/piggy-bank-dapp/releases/tag/v1.0.1) (2023-12-29) - fix a bug - wrong smart contract was shown after deployment diff --git a/app/globals.css b/app/globals.css index 4c6e3f8..5c01c5d 100644 --- a/app/globals.css +++ b/app/globals.css @@ -52,6 +52,7 @@ @layer base { * { @apply border-border; + scrollbar-width: thin; } body { @apply bg-background text-foreground; diff --git a/components/elven-ui/ledger-accounts-list.tsx b/components/elven-ui/ledger-accounts-list.tsx index 6304bb8..0afa2af 100644 --- a/components/elven-ui/ledger-accounts-list.tsx +++ b/components/elven-ui/ledger-accounts-list.tsx @@ -134,7 +134,7 @@ export const LedgerAccountsList: FC = ({ if (error) { return ( -
+
{error}