fixes #9265 #### Summary The menu options appear in black color in dark mode, making text hard to read because there is very little contrast between text and background. #### Solution Added `color: ${({ theme }) => theme.font.color.secondary};` to the dropdown menu container, so the menu options inherit the correct text color from their containers. ### Screenshots 