fix: Update background color in FlowMenu dropdown (#4681)

Updated the background color in the FlowMenu dropdown to match the dark theme background. This ensures a consistent and visually appealing user experience.

Refactor the code in `src/frontend/src/components/appHeaderComponent/components/FlowMenu/index.tsx` to change the `DropdownMenuContent` class from `bg-white` to `bg-background`.
This commit is contained in:
Deon Sanchez 2024-11-18 13:43:11 -07:00 committed by GitHub
commit b9ffce2a8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ export const MenuBar = ({}: {}): JSX.Element => {
/>
</div>
</DropdownMenuTrigger>
<DropdownMenuContent className="w-44 bg-white dark:bg-black">
<DropdownMenuContent className="w-44 bg-white dark:bg-background">
<DropdownMenuLabel>Options</DropdownMenuLabel>
<DropdownMenuItem
onClick={() => {