From 9ddd2ca5df994e8955790a4d36c327fb0820c981 Mon Sep 17 00:00:00 2001 From: mkzie2 Date: Thu, 12 Dec 2024 15:46:09 +0700 Subject: [PATCH] fix test tool text is cropped --- src/styles/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index a09796000b36..9468a7af4da2 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -611,7 +611,7 @@ const styles = (theme: ThemeColors) => ...flex.justifyContentBetween, ...flex.alignItemsCenter, ...sizing.mnw120, - height: 64, + minHeight: 64, }, buttonSmall: {