You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowing themeConfig logo setting for light- and darkMode.
Description
The themeConfig setting logo should allow to differ between light/darkMode to allow different logo on dark screens.
Proposed Solution
Maybe just an addtional property like
darkModeLogo: '/dark-logo.svg'
that should be used in dark mode instead of using logo.
This would allow to optimize logos for dark and light mode, especially in cases where logo contains text slogan, that should have a different text color.