Fix autocomplete avatar alignment (#1414)

zio/stable
dan 2023-09-08 16:30:42 +01:00 committed by GitHub
parent 44a00e1b7e
commit adc5b75b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export const Autocomplete = observer(function AutocompleteImpl({
const styles = StyleSheet.create({
container: {
marginLeft: -54,
marginLeft: -50, // Composer avatar width
top: 10,
borderTopWidth: 1,
},