Skip to content

Commit

Permalink
fix: Blur obscuring buttons on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Nov 12, 2022
1 parent f50e591 commit e0493c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CoverImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const Container = styled.View<{ size: number }>`
width: ${(props) => props.size}px;
height: ${(props) => props.size}px;
position: relative;
z-index: 0;
`;

const BlurContainer = styled(Canvas)<{ size: number, offset: number }>`
Expand Down

0 comments on commit e0493c4

Please sign in to comment.