diff --git a/src/components/ContextMenuItem.tsx b/src/components/ContextMenuItem.tsx index 50ff33b16ff6..d6c8fd973983 100644 --- a/src/components/ContextMenuItem.tsx +++ b/src/components/ContextMenuItem.tsx @@ -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}