Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bprize15 committed Nov 21, 2024
1 parent 687e7da commit 6aa247b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,10 @@ export default function SearchBar({

function ClearIndicator(
props: ClearIndicatorProps<
OncoTreeSearchOption,
false,
GroupBase<OncoTreeSearchOption>>,
OncoTreeSearchOption,
false,
GroupBase<OncoTreeSearchOption>
>,
) {
const inputStyle = props.getStyles("input", { ...props, isHidden: false });
const inputColor = inputStyle.color ?? "black";
Expand Down

0 comments on commit 6aa247b

Please sign in to comment.