Skip to content

Commit

Permalink
fix: remove backgroundImage
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 26, 2022
1 parent fea0977 commit a395b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/widget/src/components/BottomSheet/BottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const BottomSheet = forwardRef<BottomSheetBase, BottomSheetProps>(
PaperProps={{
sx: (theme) => ({
position: 'absolute',
backgroundImage: 'none',
borderTopLeftRadius: (theme.shape.borderRadius as number) * 2,
borderTopRightRadius: (theme.shape.borderRadius as number) * 2,
}),
Expand Down

0 comments on commit a395b48

Please sign in to comment.