#8895·mantine

Subtle and transparent colors do not match version 8

Author: michelleLegendCreated May 14, 2026Updated Jun 16, 2026

Dependencies check up

  • I have verified that I use latest version of all @mantine/* packages

What version of @mantine/* packages do you have in package.json?

9.1.1

What package has an issue?

@mantine/core

What framework do you use?

Next.js

In which browsers you can reproduce the issue?

Chrome

Describe the bug

Upgrading from version 8 to 9 breaks colors in dark mode. Subtle and transparent colors are now white instead of the primary color.

Version 8, color is orange - subtle: select orange and sublte variant https://v8.mantine.dev/core/action-icon/

Version 9, color is white - subtle: select orange and sublte variant https://mantine.dev/core/action-icon/

If possible, include a link to a codesandbox with a minimal reproduction

No response

Possible fix

No response

Self-service

  • I would be willing to implement a fix for this issue