Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6b6fefa

Browse files
committed
Fix class
Signed-off-by: Šimon Brandner <[email protected]>
1 parent e4f8971 commit 6b6fefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autocomplete/CommandProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default class CommandProvider extends AutocompleteProvider {
9595
renderCompletions(completions: React.ReactNode[]): React.ReactNode {
9696
return (
9797
<div
98-
className="mx_Autocomplete_Completion_container_block"
98+
className="mx_Autocomplete_Completion_container_pill"
9999
role="presentation"
100100
aria-label={_t("Command Autocomplete")}
101101
>

0 commit comments

Comments
 (0)