-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponentNew or changes to componentsNew or changes to components
Description
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
svelteui/packages/svelteui-core/src/components/Input/Input.styles.ts
Lines 43 to 45 in 83b3fb3
| darkMode: { | |
| '& .input': variant === 'headless' ? {} : { color: theme.fn.themeColor('dark', 0) }, | |
| '&:disabled': { |
This should be input, and not .input. This causes the text input to stay black when dark mode is enabled.
In which browser(s) did the problem occur?
Firefox, Chrome, Microsoft Edge
Steps To Reproduce
Make a TextInput, and turn on dark mode.
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponentNew or changes to componentsNew or changes to components

