Center align conversation headers

This commit is contained in:
Josh Perez 2021-10-12 11:23:13 -04:00 committed by GitHub
parent aec3b76117
commit b330b5cbb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,9 +320,9 @@ export const ConversationList: React.FC<PropsType> = ({
return (
<span aria-rowindex={index + 1} role="row" style={style} key={key}>
<div role="gridcell" aria-colindex={1}>
<span role="gridcell" aria-colindex={1}>
{result}
</div>
</span>
</span>
);
},