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
<AlertDialog.Root> <AlertDialog.Trigger> <Button color="red">Revoke access</Button> </AlertDialog.Trigger> <AlertDialog.Content style={{ maxWidth: 450 }}> <AlertDialog.Title>Revoke access</AlertDialog.Title> <AlertDialog.Description size="2"> Are you sure? This application will no longer be accessible and any existing sessions will be expired. </AlertDialog.Description> <Flex gap="3" mt="4" justify="end"> <AlertDialog.Cancel> <Button variant="soft" color="gray"> Cancel </Button> </AlertDialog.Cancel> <AlertDialog.Action> <Button variant="solid" color="red"> Revoke access </Button> </AlertDialog.Action> </Flex> </AlertDialog.Content> </AlertDialog.Root>
The button color is not rendering. Also another issue related to the button variant "solid" and "soft" not rendering as expected.
The text was updated successfully, but these errors were encountered:
Sounds like you are using Tailwind and it causes a specificity issues, is this right? #109 (comment)
Sorry, something went wrong.
Please see that comment I linked to
No branches or pull requests
The button color is not rendering.
Also another issue related to the button variant "solid" and "soft" not rendering as expected.
The text was updated successfully, but these errors were encountered: