Fix top nav arc overlapping letter compose picker drawer

Set hasSubHeader on LetterComposePage so the MobileTopBar uses a flat
rect instead of the down-arc variant, preventing the 20px arc overhang
from painting over the LetterEditor picker panel.
This commit is contained in:
Chad Curtis
2026-04-05 06:15:34 -05:00
parent a12d5db560
commit dd87bc96ec
+1 -1
View File
@@ -9,7 +9,7 @@ export function LetterComposePage() {
const toPubkey = searchParams.get('to') ?? undefined;
useLayoutOptions({ showFAB: false, noOverscroll: true });
useLayoutOptions({ showFAB: false, noOverscroll: true, hasSubHeader: true });
useSeoMeta({ title: 'Write a Letter' });
return (