Currently the MenuRow component of the topmenu will switch colors based on where it's used (first MenuRow will be white bg, second MenuRow will be dark bg).
This should be changed to allow for more flexibility; something like <MenuRow tone={Tone.Dark} />.
Currently the
MenuRow
component of the topmenu will switch colors based on where it's used (first MenuRow will be white bg, second MenuRow will be dark bg).This should be changed to allow for more flexibility; something like
<MenuRow tone={Tone.Dark} />
.