-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[BUG] - Font color in Bordered select is always gray #3659
Comments
Hi, You can add the class: |
@wingkwong Will it be helpful to edit the bordered variant for this? |
Hi Thank you for your solution. It changed the color of selected value as expected. But the cons is that the color of placeholder gets changed as well. Because the placeholder is not a real placeholder prop in an input, but a But personally, I can't get the point of design in this way. If the |
@Rain-YuXia |
@macci001 Is it an undocumented hidden feature? I can't find it anywhere in the documentation. |
This is just a hack until this bug is fixed. |
NextUI Version
2.4.6
Describe the bug
Just came to NextUI for a few days. I have a bordered select. I found out the font color is always gray no matter what
color props
As you can see, it's still gray even I set the
color="primary"
. It makes the font color inconsistent since the font color inInput
is black while the font color inSelect
is grayYour Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
The color should be consistent or is there any way to change the color in Select?
Screenshots or Videos
No response
Operating System Version
Mac
Browser
Chrome
The text was updated successfully, but these errors were encountered: