Thanks, I installed the npm package and imported the CSS and the button, but now I’m getting this error:
Uncaught (in promise) TypeError: The specifier “@umbraco-ui/uui-css/dist/uui-css.css” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
I forgot to mention that I’m adding this button from a ts file’s UmbLitElement with render()
Oh, if you are already in the Backoffice, then you don’t need to add anything extra. I’m wondering if the hover effect may be cancelled out due to the dark-mode theme. The same color is likely set for both normal and hover backgrounds in that theme.