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

(cherry picked from commit 4effd4f)

(CP triggered by mountiny)
  • Loading branch information
MonilBhavsar authored and OSBotify committed Dec 3, 2024
1 parent 424a28e commit 50e7efe
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 50e7efe

Please sign in to comment.