Describe the bug
I have been trying to target the input design system for both light and dark mode theme scenarios but not sure it is being generated properly. however It does not seem to properly register the theme design tokens
To Reproduce
Steps to reproduce the behavior:
- Edit the inkline.config
- Add
...dark: { elements: { input: { background: 'none !important' }} }
- Save
- Note input background does not change. Especially on mobile
Expected behavior
Should at least set new design token styles for input when in dark mode
Environment
- Version: >=3.0.0
- Framework: [Vite ]
- OS: [Linux]
- Browser: [Chrome | Mobile Chrome | iOS XX Safari ]
- Language: [ES]
Describe the bug
I have been trying to target the input design system for both light and dark mode theme scenarios but not sure it is being generated properly. however It does not seem to properly register the theme design tokens
To Reproduce
Steps to reproduce the behavior:
...dark: { elements: { input: { background: 'none !important' }} }Expected behavior
Should at least set new design token styles for input when in dark mode
Environment