Update rte autocomplete styling (#10503)

* amend className to reflect usage
* move new class into file used by Send/Edit composers
* add border styling to autocomplete
This commit is contained in:
alunturner 2023-04-04 14:52:57 +01:00 committed by GitHub
parent b77b2df29b
commit 7a250f41ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 8 deletions

View file

@ -119,7 +119,7 @@ const WysiwygAutocomplete = forwardRef(
}
return room ? (
<div className="mx_SendWysiwygComposer_AutoCompleteWrapper" data-testid="autocomplete-wrapper">
<div className="mx_WysiwygComposer_AutoCompleteWrapper" data-testid="autocomplete-wrapper">
<Autocomplete
ref={ref}
query={buildQuery(suggestion)}