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

ant tag color changes every complie #86

Open
dotamir opened this issue Apr 15, 2021 · 3 comments
Open

ant tag color changes every complie #86

dotamir opened this issue Apr 15, 2021 · 3 comments

Comments

@dotamir
Copy link

dotamir commented Apr 15, 2021

Describe the bug
I'm getting different tags color in every compile.

An example for ant red tag I'm getting this:

.ant-tag-red {
    color: #cf1322;
    background: #99f7d5;
    border-color: #ffa39e;
}

but the real .ant-tag-red is this one:

.ant-tag-red {
    color: #cf1322;
    background: #fff1f0;
    border-color: #ffa39e;
}

The background color has been changed.

Screenshots
Wrong generated tag:
Screen Shot 2021-04-15 at 11 46 43

Correct tag color:
Screen Shot 2021-04-15 at 11 46 58

Version
Version: 1.3.6

@Austint30
Copy link

I have this same issue. I can also see this coloring issue happen if you use less functions like tint, shade, etc in less files for components that use variables imported from the variables.less file.

@tsiotska
Copy link

Any news?

@tsiotska
Copy link

tsiotska commented Aug 1, 2021

It looks weird in color.less
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants