Skip to content

Commit

Permalink
fix(): increase the search bar highlight border to double the width (#…
Browse files Browse the repository at this point in the history
…9251)

Co-authored-by: John Joyce <[email protected]>
  • Loading branch information
gaurav2733 and jjoyce0510 authored Nov 16, 2023
1 parent 8451c75 commit ee9ee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-web-react/src/app/search/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const StyledSearchBar = styled(Input)`
border: 2px solid transparent;
&:focus-within {
border: 1.5px solid ${REDESIGN_COLORS.BLUE};
border: 2px solid ${REDESIGN_COLORS.BLUE};
}
}
> .ant-input::placeholder {
Expand Down

0 comments on commit ee9ee40

Please sign in to comment.