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
As you can see from the following image, when the Antd Alert component is of type "warning", the color is brownish instead of the default yellow
You can replicate the bug by simply using the Antd Alert component somewhere in your app
<Alert description='Alert description' message={<FormattedMessage id={'components.settings.unlink.modal.result.warning.message'} />} showIcon type='warning' />
The design system shouldn't change the default color of unrelated components
antd: 5.19 node: 20.11.0 os: Ubuntu 22.04.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Antd Alert component color is wrong
As you can see from the following image, when the Antd Alert component is of type "warning", the color is brownish instead of the default yellow
You can replicate the bug by simply using the Antd Alert component somewhere in your app
The expected result for your bug
The design system shouldn't change the default color of unrelated components
Your environment
antd: 5.19
node: 20.11.0
os: Ubuntu 22.04.4
The text was updated successfully, but these errors were encountered: