Bump clamp max value (#7198)

This commit is contained in:
dan
2024-12-19 23:14:33 +00:00
committed by Hailey
parent accb4cd806
commit a215c1d963
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -714,7 +714,7 @@ function MobileComposePrompt({onPressReply}: {onPressReply: () => unknown}) {
styles.prompt,
fabMinimalShellTransform,
{
bottom: clamp(safeAreaInsets.bottom, 13, 30),
bottom: clamp(safeAreaInsets.bottom, 13, 60),
},
]}>
<PostThreadComposePrompt onPressCompose={onPressReply} />