Skip to content

Commit 3b198ba

Browse files
committed
StoryScreen: hide shared liquid glass background on SegmentedControl toolbar view
1 parent ec275bb commit 3b198ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

screens/StoryScreen.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ export default function StoryScreen() {
769769
/>
770770
)}
771771
<Stack.Toolbar.Spacer width={1} />
772-
<Stack.Toolbar.View>
772+
<Stack.Toolbar.View hidesSharedBackground>
773773
<SegmentedControl
774774
style={{ width: segmentWidth }}
775775
appearance={isDark ? 'dark' : 'light'}

0 commit comments

Comments
 (0)