Skip to content

Commit

Permalink
fix(app)
Browse files Browse the repository at this point in the history
  • Loading branch information
agjini committed Oct 17, 2024
1 parent b498265 commit af89045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/base/AppBottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const AppBottomSheet = React.forwardRef<BottomSheetRefProps, BottomSheetP
}}>
<View
style={{
backgroundColor: backgroundStyle.backgroundColor,
backgroundColor: backgroundStyle?.backgroundColor,
width: 80,
borderTopRightRadius: 40,
borderTopLeftRadius: 40
Expand Down

0 comments on commit af89045

Please sign in to comment.