Skip to content

[bug]: Border & input theming vars inconsistency #7520

Description

@Wolfr

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

  • I've made research efforts and searched the documentation
  • I've searched for existing issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions