Skip to content

Commit

Permalink
Fix outdated code after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil-Vats committed Oct 2, 2023
1 parent 19c3a7f commit 451218a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SelectionList/BaseListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ function BaseListItem({item, isFocused = false, isDisabled = false, showTooltip,
]}
>
{canSelectMultiple && (
<View style={styles.checkboxPressable}>
<View style={StyleUtils.getCheckboxPressableStyle()}>
<View
style={[
StyleUtils.getCheckboxContainerStyle(20, 4),
StyleUtils.getCheckboxContainerStyle(20),
styles.mr3,
item.isSelected && styles.checkedContainer,
item.isSelected && styles.borderColorFocus,
Expand Down

0 comments on commit 451218a

Please sign in to comment.