Skip to content

Commit

Permalink
added overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Dec 13, 2024
1 parent f5bdbfe commit efa1135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SelectionList/ChatListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function ChatListItem<TItem extends ListItem>({
const pressableStyle = [
styles.selectionListPressableItemWrapper,
styles.textAlignLeft,
styles.overflowHidden,
// Removing background style because they are added to the parent OpacityView via animatedHighlightStyle
styles.bgTransparent,
item.isSelected && styles.activeComponentBG,
Expand Down

0 comments on commit efa1135

Please sign in to comment.