Skip to content

Commit

Permalink
Update src/components/ContextMenuItem.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Kosmydel <[email protected]>
  • Loading branch information
filip-solecki and kosmydel authored Feb 8, 2024
1 parent 9c17c44 commit e753e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContextMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function ContextMenuItem(
title={itemText}
icon={itemIcon}
onPress={triggerPressAndUpdateSuccess}
wrapperStyle={[wrapperStyle, styles.pr9]}
wrapperStyle={[styles.pr9, wrapperStyle]}
success={!isThrottledButtonActive}
description={description}
descriptionTextStyle={styles.breakWord}
Expand Down

0 comments on commit e753e3d

Please sign in to comment.