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
On dark background themes, kbd barely stands out:
kbd
vs light themes:
Using text-base-color works well, it seems like maybe DaisyUI could use that value with a bit more extra opacity?
text-base-color
text-base-color opacity:1
text-base-color opacity: 0.5
The text was updated successfully, but these errors were encountered:
f8a5df4
fix: saadeghi#1230
470970b
No branches or pull requests
On dark background themes,
kbd
barely stands out:vs light themes:
Using
text-base-color
works well, it seems like maybe DaisyUI could use that value with a bit more extra opacity?text-base-color
opacity:1text-base-color
opacity: 0.5The text was updated successfully, but these errors were encountered: