Skip to content

Commit 4989538

Browse files
committed
Increase arrow left margin to 12px on expanded group child items
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent 9f6f573 commit 4989538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TransactionItemRow/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ function TransactionItemRow({
792792
</View>
793793
</View>
794794
{!!shouldShowArrowRightOnNarrowLayout && !!onArrowRightPress && (
795-
<View style={[styles.justifyContentEnd, styles.alignItemsEnd, styles.mbHalf, styles.ml1]}>
795+
<View style={[styles.justifyContentEnd, styles.alignItemsEnd, styles.mbHalf, styles.ml3]}>
796796
<Icon
797797
src={expensicons.ArrowRight}
798798
fill={theme.icon}

0 commit comments

Comments
 (0)