Skip to content

Commit 194cada

Browse files
author
Ives van Hoorne
committed
Fix CSS typo
1 parent a086249 commit 194cada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/Dependencies/SearchDependencies.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const AutoCompleteInput = styled.input`
1717
background-color: ${props => props.theme.background2};
1818
font-weight: 600;
1919
color: ${props => props.theme.white};
20-
padding: .75em 1em;
21-
}`;
20+
padding: 0.75em 1em;
21+
`;
2222

2323
type RawAutoCompleteProps = {
2424
onSelect: (hit: Object) => void,

0 commit comments

Comments
 (0)