Skip to content
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

Antd Alert component color is wrong #603

Open
LiliumCandidum opened this issue Sep 9, 2024 · 0 comments
Open

Antd Alert component color is wrong #603

LiliumCandidum opened this issue Sep 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LiliumCandidum
Copy link
Contributor

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

Screenshot from 2024-09-09 17-11-24

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 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

@LiliumCandidum LiliumCandidum added the bug Something isn't working label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant