-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
docs: Error alerts have a css typo #3427
Comments
Thank you @NFuller721
for reporting issues. It helps daisyUI a lot 💚
|
I don't see the typo. Can you attach a screenshot please? |
I still don't see the typo 👀 |
<div role="alert" class="alert alert-info alert-outline">
<span>12 unread messages. Tap to see.</span>
</div>
<div role="alert" class="alert alert-success alert-outline">
<span>Your purchase has been confirmed!</span>
</div>
<div role="alert" class="alert alert-warning alert-outline">
<span>Warning: Invalid email address!</span>
</div>
<!------->
<div role="alert" class="alert [error -> alert-error] alert-outline">
<span>Error! Task failed successfully.</span>
</div>
<!-------> I may be wrong about something, but i'm pretty sure for that last one it should change to "alert-error" instead of just "error" |
Ah I see! Thank you! |
On which page do you see this issue?
https://v5.daisyui.com/components/alert/
Describe the issue
Hey, I just noticed that in "Alert soft/outline/dash style" the error alert has a typo for "alert error ..." instead of "alert alert-error ...". Just wanted to throw it out there, also v5 looks amazing and thank you!
What browsers are you seeing the problem on?
Chrome
The text was updated successfully, but these errors were encountered: