Bump clamp max value

This commit is contained in:
Dan Abramov
2024-12-19 23:12:17 +00:00
parent 7f63679a5e
commit 53dde8512e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -714,7 +714,7 @@ function MobileComposePrompt({onPressReply}: {onPressReply: () => unknown}) {
styles.prompt, styles.prompt,
fabMinimalShellTransform, fabMinimalShellTransform,
{ {
bottom: clamp(safeAreaInsets.bottom, 13, 30), bottom: clamp(safeAreaInsets.bottom, 13, 60),
}, },
]}> ]}>
<PostThreadComposePrompt onPressCompose={onPressReply} /> <PostThreadComposePrompt onPressCompose={onPressReply} />
+1 -1
View File
@@ -134,7 +134,7 @@ export function BottomBar({navigation}: BottomTabBarProps) {
styles.bottomBar, styles.bottomBar,
pal.view, pal.view,
pal.border, pal.border,
{paddingBottom: clamp(safeAreaInsets.bottom, 15, 30)}, {paddingBottom: clamp(safeAreaInsets.bottom, 15, 60)},
footerMinimalShellTransform, footerMinimalShellTransform,
]} ]}
onLayout={e => { onLayout={e => {