Skip to content

Commit

Permalink
Center align conversation headers
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-signal committed Oct 12, 2021
1 parent aec3b76 commit b330b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/components/ConversationList.tsx
Expand Up @@ -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>
);
},
Expand Down

0 comments on commit b330b5c

Please sign in to comment.