From 31673787dcd9e8afe839cbe0fc1d02d4f7dac268 Mon Sep 17 00:00:00 2001 From: Jakub Butkiewicz Date: Sat, 14 Oct 2023 21:47:28 +0200 Subject: [PATCH 1/2] fix: pass number instead of object to tabicon and tablabel component --- src/components/TabSelector/TabSelectorItem.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/TabSelector/TabSelectorItem.js b/src/components/TabSelector/TabSelectorItem.js index 6611b8acf914..04a576f9dbf0 100644 --- a/src/components/TabSelector/TabSelectorItem.js +++ b/src/components/TabSelector/TabSelectorItem.js @@ -54,13 +54,13 @@ function TabSelectorItem({icon, title, onPress, backgroundColor, activeOpacity, )} From f2803a40cf28ebaacb1a635dd28e09b284f2a6d6 Mon Sep 17 00:00:00 2001 From: Jakub Butkiewicz Date: Sun, 15 Oct 2023 17:24:50 +0200 Subject: [PATCH 2/2] fix: hidden total money on MoneyRequest view --- src/styles/styles.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/styles/styles.ts b/src/styles/styles.ts index ba3c4d888858..07fb165cd76e 100644 --- a/src/styles/styles.ts +++ b/src/styles/styles.ts @@ -3456,8 +3456,6 @@ const styles = (theme: ThemeDefault) => taskTitleMenuItem: { ...writingDirection.ltr, ...headlineFont, - ...flex.flexWrap, - ...flex.flex1, fontSize: variables.fontSizeXLarge, maxWidth: '100%', ...wordBreak.breakWord,