iOS 26 followups (#9936)

This commit is contained in:
Samuel Newman
2026-02-24 16:12:57 +00:00
committed by GitHub
parent 1850042c37
commit bc61314c41
3 changed files with 9 additions and 9 deletions
+7 -1
View File
@@ -1522,7 +1522,13 @@ function ComposerTopBar({
<Animated.View
style={topBarAnimatedStyle}
layout={native(LinearTransition)}>
<View style={[a.flex_row, a.align_center, a.gap_xs, a.p_lg, a.pb_md]}>
<View
style={[
a.flex_row,
a.align_center,
a.gap_xs,
IS_LIQUID_GLASS ? [a.px_lg, a.pb_md] : [a.p_sm],
]}>
<Button
label={_(msg`Cancel`)}
variant="ghost"