Dark / Light mode Shadow Color

Dark / Light mode Shadow Color, is not possible. Dark shadow is kind of useless in dark mode and vice versa,

Only by creating them yourself in advanced:

shadow-[0_6px_16px_rgba(0,0,0,0.5)]
dark:shadow-[0_6px_16px_rgba(244,114,182,0.5)]
1 Like

We currently only support setting colours on light and dark mode.

We would need to add controls for setting the shadow colour to fix this in the core components.

You can also set the shadow colour via a custom CSS class, as you’ve done above.

That was kind of my point.

I get what you’re saying, but this is drifting into nit-picking. The point is understood. We do plan to add proper light/dark mode support for shadows, but there are higher-priority areas we need to focus on first.