@atlaskit/tag >= 13 isn't styled (no color)

Hi there,

after upgrading the Custom UI Tag component, the tags are not colored (or styled at all).
Due to the CHANGELOG there was a major change in version 13 regarding the changes outlined here RFC-73 Migrating our components to Compiled CSS-in-JS

As recommended I’ve checked my config and did the testing import (@atlaskit/lozenge/compiled). All the other Atlaskit components work in their latest version. I’ve tried with 14.0.1 and 13.1.0, only downgrading to 12.7.1 solved the issue.

Does anyone get a green tag for this? <Tag text="Hulk" color="green" />

I am running a vite@6.x app with react@18.x

Thanks in advance