Skip to content

Commit

Permalink
fix: unecessary border on view changes for
Browse files Browse the repository at this point in the history
  • Loading branch information
kanikabansal-juspay committed Jan 10, 2025
1 parent 864b81b commit 1aeefb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/OMPSwitch/OMPSwitchHelper.res
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ module OMPViewsComp = {
let customScrollStyle = "md:max-h-72 md:overflow-scroll md:px-1 md:pt-1"
let dropdownContainerStyle = "md:rounded-lg md:border md:w-full md:shadow-md"

<div className="flex h-fit border border-grey-100 bg-white rounded-lg py-2 hover:bg-opacity-80">
<div className="flex h-fit border bg-white rounded-lg py-2 hover:bg-opacity-80">
<SelectBox.BaseDropdown
allowMultiSelect=false
buttonText=""
Expand Down

0 comments on commit 1aeefb3

Please sign in to comment.