Slightly improve styling of follower

This commit is contained in:
Gabe Kangas
2023-01-27 14:24:29 -08:00
parent 28f7a10732
commit 8b43173681
2 changed files with 17 additions and 9 deletions
@@ -18,7 +18,7 @@ export const SingleFollower: FC<SingleFollowerProps> = ({ follower }) => (
</Avatar>
</Col>
<Col>
<Row>{follower.name}</Row>
<Row className={styles.name}>{follower.name}</Row>
<Row className={styles.account}>{follower.username}</Row>
</Col>
</Row>