Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p-inputtext losing border-primary in dark mode #370

Closed
frankchen211 opened this issue Dec 18, 2024 · 0 comments
Closed

p-inputtext losing border-primary in dark mode #370

frankchen211 opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@frankchen211
Copy link

dark:enabled:focus:border-primary is missing in style .p-inputtext

.p-inputtext {
    @apply appearance-none rounded-md
        border border-surface-300 dark:border-surface-700 
        enabled:hover:border-surface-400 dark:enabled:hover:border-surface-600
        enabled:focus:border-primary
        bg-surface-0 dark:bg-surface-950
        text-surface-700 dark:text-surface-0
        disabled:bg-surface-200 disabled:text-surface-500 dark:disabled:bg-surface-700 dark:disabled:text-surface-400 disabled:opacity-100
        placeholder:text-surface-500 dark:placeholder:text-surface-400
        px-3 py-2
        transition-colors duration-200
        shadow-[0_1px_2px_0_rgba(18,18,23,0.05)]
        outline-none
}
@tugcekucukoglu tugcekucukoglu added this to the 4.2.5 milestone Dec 20, 2024
@tugcekucukoglu tugcekucukoglu self-assigned this Dec 20, 2024
@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants