Skip to content

Commit

Permalink
fix: Searchable select color
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed May 30, 2024
1 parent ee218bc commit 511d11b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/fragments/searchable-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ const SearchableSelect = <O extends object>(props: SearchableSelectProps<O>): JS
activatorButton={() => {
return (
<Button
color="contrast"
{...props.buttonProps}
class={clsx(
"flex m-0 px-1 w-full justify-center items-center",
Expand Down

0 comments on commit 511d11b

Please sign in to comment.