Skip to content

Commit d919af0

Browse files
dutiyeshCompuIves
authored andcommitted
Fix search autocomplete font style
1 parent 84252eb commit d919af0

File tree

1 file changed

+2
-1
lines changed
  • packages/app/src/app/pages/Sandbox/SearchDependencies/RawAutoComplete

1 file changed

+2
-1
lines changed

packages/app/src/app/pages/Sandbox/SearchDependencies/RawAutoComplete/elements.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ export const AutoCompleteInput = styled.input`
77
outline: none;
88
background-color: ${props => props.theme['sideBar.background']};
99
font-weight: 600;
10+
font-family: inherit;
11+
letter-spacing: 0.45px;
1012
1113
color: ${props =>
1214
props.theme.light ? props.theme.black : props.theme.white};
@@ -23,5 +25,4 @@ export const SuggestionInput = styled(AutoCompleteInput)`
2325
background-color: transparent;
2426
z-index: 1;
2527
pointer-events: none;
26-
letter-spacing: 0.45px;
2728
`;

0 commit comments

Comments
 (0)