seanmturley / natureddit

A simple Reddit client, featuring a landing page dedicated to nature with posts pulled from a curated list of subreddits.
0 stars 1 forks source link

Add PropTypes checks for lightTheme #144

Closed seanmturley closed 9 months ago

seanmturley commented 9 months ago

Description

The recent implementation of the lightTheme functionality required passing a few props from App, through MainLayout, down to DropdownMenu (see task #139). PropTypes checks should be added where appropriate.

seanmturley commented 9 months ago

Done. Very simple.