Describe the bug
For light mode, theming variables are
--border: oklch(0.922 0 0);
--input: oklch(0.922 0 0);
For dark mode, they are
--border: oklch(1 0 0 / 10%);
--input: oklch(1 0 0 / 15%);
They differ in dark mode but not in light mode. Is this intentional or a bug?
Affected component/components
Mostly all form elements (via theming)
How to reproduce
Go to docs https://ui.shadcn.com/docs/theming
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
Describe the bug
For light mode, theming variables are
For dark mode, they are
They differ in dark mode but not in light mode. Is this intentional or a bug?
Affected component/components
Mostly all form elements (via theming)
How to reproduce
Go to docs https://ui.shadcn.com/docs/theming
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting