svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.27k stars 63 forks source link

Modal title style override not working #434

Open BeeMargarida opened 1 year ago

BeeMargarida commented 1 year ago

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

The style API override is not working correctly for Modal (for title and other non-root classes). It might not be working correctly for other components, it's important to check.

In which browser(s) did the problem occur?

Firefox

Steps To Reproduce

Go to https://stackblitz.com/edit/vitejs-vite-e1k378?file=src%2FApp.svelte

Check that the color red is not being applied to the style.

Do you know how to fix the issue

Yes

Are you willing to participate in fixing this issue and create a pull request with the fix

Yes

Relevant Assets

No response

BeeMargarida commented 1 year ago

This will probably not be solved for now since we are exploring another CSS in JS solution