Is it possible to show a different logo/icon depending on whether the user has the light/dark theme selected?
admin: {
components: {
graphics: {
Logo,
Icon: Logo,
},
}
}
Something like
Icon: isDark ? Logo : LightLogo
Above is a helpful thread. Basically bc you can render a custom component, you have the control to do this with CSS. Let me know if you need more guidance!
That's great, thank you!
Star
Discord
online
Get help straight from the Payload team with an Enterprise License.