Issue: When user selects any item from operation list then that item was not shown in different color, so it becomes difficult for user to identify which one is currently selected.
Changes: I have added selected as a prop to Operation style, so if an item is selected then color will be changed for that.
Issue: When user selects any item from operation list then that item was not shown in different color, so it becomes difficult for user to identify which one is currently selected.
Changes: I have added
selected
as a prop toOperation
style, so if an item is selected then color will be changed for that.