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 f45ed6b commit 4d1a1c7Copy full SHA for 4d1a1c7
examples/github-repositories-custom-plugin/app.tsx
@@ -11,5 +11,6 @@ const gitHubReposPlugin = createGitHubReposPlugin({
11
12
autocomplete({
13
container: '#autocomplete',
14
+ placeholder: 'Search repositories',
15
plugins: [gitHubReposPlugin],
16
});
examples/github-repositories-custom-plugin/createGitHubReposPlugin.tsx
@@ -82,7 +82,7 @@ export function createGitHubReposPlugin(
82
<div className="aa-ItemContentBody">
83
<div className="aa-ItemContentTitle">
84
<div style={{ display: 'flex' }}>
85
- <div style={{ fontWeight: 500 }}>
+ <div style={{ fontWeight: 700 }}>
86
{item.full_name}
87
</div>
88
<div
0 commit comments