Skip to content

Commit

Permalink
Fix sliding item background showing through (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Jul 21, 2023
1 parent 16fe490 commit 9154e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/shared/sliding/SlidingItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const StyledIonItemSliding = styled(IonItemSliding)`
const StyledIonItemOption = styled(IonItemOption)`
width: 100%;
align-items: flex-end;
margin-bottom: 0.5px; // subpixel rounding causes background color to show through
`;

const OptionContainer = styled.div<{ active: boolean }>`
Expand Down

0 comments on commit 9154e0c

Please sign in to comment.