We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84252eb commit d919af0Copy full SHA for d919af0
packages/app/src/app/pages/Sandbox/SearchDependencies/RawAutoComplete/elements.js
@@ -7,6 +7,8 @@ export const AutoCompleteInput = styled.input`
7
outline: none;
8
background-color: ${props => props.theme['sideBar.background']};
9
font-weight: 600;
10
+ font-family: inherit;
11
+ letter-spacing: 0.45px;
12
13
color: ${props =>
14
props.theme.light ? props.theme.black : props.theme.white};
@@ -23,5 +25,4 @@ export const SuggestionInput = styled(AutoCompleteInput)`
23
25
background-color: transparent;
24
26
z-index: 1;
27
pointer-events: none;
- letter-spacing: 0.45px;
28
`;
0 commit comments