Skip to content

Commit

Permalink
Merge pull request #53432 from twilight2294/patch-11
Browse files Browse the repository at this point in the history
[CP Staging]: Fix: Search dropdown button is green in wide layout and gray in narrow layout
  • Loading branch information
MonilBhavsar authored Dec 3, 2024
2 parents 5bb0e9b + 458dd98 commit 4effd4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Search/SearchSelectedNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function SearchSelectedNarrow({options, itemsLength}: SearchSelectedNarrowProps)
iconRight={Expensicons.DownArrow}
isDisabled={options.length === 0}
shouldShowRightIcon={options.length !== 0}
success
/>
<Modal
isVisible={isModalVisible}
Expand Down

0 comments on commit 4effd4f

Please sign in to comment.