We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
angular application
Description In light mode, the search box has issue color. See below:
Describe the solution you'd like No response
Describe alternatives you've considered No response
Yes
The text was updated successfully, but these errors were encountered:
Hi @nekomamoushi, thanks for finding it out.
It would require updating the tailwind classes used to cover dark and light mode.
Sorry, something went wrong.
Hi,
Not an tailwind expert but here is my solution for this (the dark variant was not used)
` <mat-form-field class="sticky w-full z-10 search-field dark:bg-[#424242] pt-5" appearance="outline" subscriptSizing="dynamic"
`
Is it ok ?
That's great! You will need to add bg-white too. Otherwise, the scrolled content will be visible behind the field on light mode.
bg-white
nekomamoushi
No branches or pull requests
Relevant scope
angular application
Description
Description
In light mode, the search box has issue color. See below:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Do you want to contribute with a pull request?
Yes
The text was updated successfully, but these errors were encountered: