From f1c21be4a0b3f91a6ba7c48d1bc5dd4103f77b1a Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins <matiss@mja.lv> Date: Sun, 2 Jul 2023 15:51:10 +0100 Subject: [PATCH] :bug: (mobile) reduce the size of account cards (#1247) Closes #1163 --- .../src/components/accounts/MobileAccounts.js | 3 +-- upcoming-release-notes/1247.md | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 upcoming-release-notes/1247.md diff --git a/packages/desktop-client/src/components/accounts/MobileAccounts.js b/packages/desktop-client/src/components/accounts/MobileAccounts.js index 2aba8819c..32f897976 100644 --- a/packages/desktop-client/src/components/accounts/MobileAccounts.js +++ b/packages/desktop-client/src/components/accounts/MobileAccounts.js @@ -67,8 +67,7 @@ function AccountCard({ account, updated, getBalanceQuery, onSelect }) { <View style={{ flex: '1 auto', - height: 52, - marginTop: 10, + margin: '10px 0', }} > <View diff --git a/upcoming-release-notes/1247.md b/upcoming-release-notes/1247.md new file mode 100644 index 000000000..f0e31eab0 --- /dev/null +++ b/upcoming-release-notes/1247.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MatissJanis] +--- + +Mobile: reduce the height of account cards -- GitLab