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

feat: add button link type #6679

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

liangchaofei
Copy link
Collaborator

close: #6616

Copy link
Contributor

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6679.surge.sh

@zombieJ
Copy link
Member

zombieJ commented Jul 25, 2024

Seems CI failed. Pls check

@@ -91,6 +91,9 @@
&-warning {
--color: var(--adm-color-warning);
}
&-link {
color: var(--adm-color-primary);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is better to have separate CSS variable for link --adm-color-link, some themes' primary color is different from links. CC @zombieJ

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is better to have separate CSS variable for link --adm-color-link, some themes' primary color is different from links. CC @zombieJ

done

Copy link
Contributor

@guoyunhe guoyunhe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zombieJ
Copy link
Member

zombieJ commented Aug 1, 2024

Seems the style is same as fill='none'. What's the difference?

截屏2024-08-01 15 06 30

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

Successfully merging this pull request may close these issues.

按钮添加 Link 类型?Button Add Link type?
3 participants