From baffc7bd81d8b2dcec009ba11d1031883c505aff Mon Sep 17 00:00:00 2001 From: OtavioStasiak Date: Fri, 3 Oct 2025 14:00:15 -0300 Subject: [PATCH 1/2] fix: change action sheet item font size --- app/containers/ActionSheet/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/ActionSheet/styles.ts b/app/containers/ActionSheet/styles.ts index 4a557ac3215..bff50d04164 100644 --- a/app/containers/ActionSheet/styles.ts +++ b/app/containers/ActionSheet/styles.ts @@ -20,7 +20,7 @@ export default StyleSheet.create({ flex: 1 }, title: { - fontSize: 18, + fontSize: 16, lineHeight: 26, ...sharedStyles.textMedium }, From bb440ca5d73666e0f0594ee5d5cf26cd82f9e07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Stasiak?= <91474186+OtavioStasiak@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:25:57 -0300 Subject: [PATCH 2/2] fix: change lineHeight Co-authored-by: Diego Mello --- app/containers/ActionSheet/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/ActionSheet/styles.ts b/app/containers/ActionSheet/styles.ts index bff50d04164..ad9d40831e3 100644 --- a/app/containers/ActionSheet/styles.ts +++ b/app/containers/ActionSheet/styles.ts @@ -21,7 +21,7 @@ export default StyleSheet.create({ }, title: { fontSize: 16, - lineHeight: 26, + lineHeight: 22, ...sharedStyles.textMedium }, subtitle: {