Because the first topic initially renders as bold, it needs to shrink to 16pt normal when the topic next to it gets selected so that its text doesn't cut off as it would if it jumped up to 17pt normal. The same issue occurs if a topic is selected, goes off screen, comes back screen bolded, and then the topic next to it is selected.
Original:

Hacky Fix:

We'd like to find a better solution than the hacky fix in TweetsViewController.swift (see the didSelectItemAt CollectionView method).
Because the first topic initially renders as bold, it needs to shrink to 16pt normal when the topic next to it gets selected so that its text doesn't cut off as it would if it jumped up to 17pt normal. The same issue occurs if a topic is selected, goes off screen, comes back screen bolded, and then the topic next to it is selected.
Original:

Hacky Fix:

We'd like to find a better solution than the hacky fix in TweetsViewController.swift (see the
didSelectItemAtCollectionView method).