I'll update the background color of the nodes and the flow body to #05050F in dark mode. This will involve modifying the flow chart component and the custom nodes.
I'll update the background color of the search input to #05050F in dark mode. We'll need to modify the Search component to achieve this.
This change adds dark:bg-[#05050F] to the input's className, which sets the background color to #05050F in dark mode. The existing light mode styling remains unchanged.
Is there anything else you'd like me to modify in the dashboard?