-
-
Notifications
You must be signed in to change notification settings - Fork 49.9k
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
style: Upload loading icon should be primary color #39114
Conversation
components/upload/style/picture.tsx
Outdated
@@ -33,6 +33,7 @@ const genPictureStyle: GenerateStyle<UploadToken> = (token) => { | |||
|
|||
[iconCls]: { | |||
fontSize: token.fontSizeHeading2, | |||
color: token.blue, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
color: token.blue, | |
color: token.colorPrimary, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
components/upload/style/picture.tsx
Outdated
@@ -79,6 +80,8 @@ const genPictureStyle: GenerateStyle<UploadToken> = (token) => { | |||
|
|||
const genPictureCardStyle: GenerateStyle<UploadToken> = (token) => { | |||
const { componentCls, iconCls, fontSizeLG, colorTextLightSolid } = token; | |||
console.log('token', token); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not add this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
985d012
to
324ee14
Compare
324ee14
to
dd5ad60
Compare
dd5ad60
to
eea1f30
Compare
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #39114 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 546 546
Lines 9361 9361
Branches 2652 2652
=========================================
Hits 9361 9361
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
close #39112
📝 Changelog
☑️ Self-Check before Merge