Skip to content

Commit

Permalink
fix: Filter Select Box changes
Browse files Browse the repository at this point in the history
  • Loading branch information
susrithasabbini committed Jan 30, 2025
1 parent c13ac06 commit 2b3c85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FilterSelectBox.res
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ module BaseSelect = {
buttonType=Primary
text="Apply"
flattenTop=false
customButtonStyle="w-full items-center sticky bottom-0"
customButtonStyle="w-full items-center sticky bottom-0 !rounded-none"
buttonState={applyBtnDisabled ? Disabled : Normal}
onClick
/>
Expand Down Expand Up @@ -2162,7 +2162,7 @@ let make = (
let newInputSelect = input->ffInputToSelectInput
let newInputRadio = input->ffInputToRadioInput

let customButtonStyle = "!h-10"
let customButtonStyle = "bg-white rounded-lg !px-4 !py-2 !h-10"

if isDropDown {
<BaseDropdown
Expand Down

0 comments on commit 2b3c85b

Please sign in to comment.