-
Notifications
You must be signed in to change notification settings - Fork 230
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
[AlertDialog] Issue #123
Comments
Can you share more details or a repro? |
Delete issue {isDeleting && } Confirm Deletion Do you want to permanently delete this issue?
I had to add inline background color to make these buttons visible. works fine on dev but in production build I'm seeing a backgroundColor: transparent style from radix ui theme css, in all of the buttons inside AlertDialog. Also, buttons inside AlertDialog are not cursor-pointer by default. |
If you are using Tailwind, the transparent background color is likely caused by an overzealous Tailwind reset, see this comment for solution:
This is the default browser behaviour which Radix Themes respects. If you want pointer cursors, you can create add a style that overrides these variables on the |
Worked. Thanks 🥳 |
im using nextjs 13.5.4. working well on development but buttons not showing in next build
The text was updated successfully, but these errors were encountered: