Skip to content

Commit

Permalink
fix: alert edit bottom sheet cut off (#11180)
Browse files Browse the repository at this point in the history
fix: alert edit bottom sheet visible
  • Loading branch information
gkartalis authored Nov 22, 2024
1 parent 36a05a9 commit 6621c50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const AlertBottomSheet: React.FC<AlertBottomSheetProps> = ({
name="AlertBottomSheet"
onDismiss={onDismiss}
>
<BottomSheetView>
<Flex flex={1} mb={4} mx={2} alignItems="center">
<BottomSheetView style={{ flex: 1 }}>
<Flex mb={4} mx={2} alignItems="center">
<Join separator={<Spacer y={2} />}>
<Text variant="sm" fontWeight="bold">
{title}
Expand Down

0 comments on commit 6621c50

Please sign in to comment.