Browse Source
style: Upload loading icon should be primary color (#39114)
Co-authored-by: xiechensheng <xiechensheng@kezaihui.com>
pull/39118/head
MARK
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
components/upload/style/picture.tsx
|
|
@ -33,6 +33,7 @@ const genPictureStyle: GenerateStyle<UploadToken> = (token) => { |
|
|
|
|
|
|
|
[iconCls]: { |
|
|
|
fontSize: token.fontSizeHeading2, |
|
|
|
color: token.colorPrimary, |
|
|
|
}, |
|
|
|
|
|
|
|
img: { |
|
|
@ -79,6 +80,7 @@ const genPictureStyle: GenerateStyle<UploadToken> = (token) => { |
|
|
|
|
|
|
|
const genPictureCardStyle: GenerateStyle<UploadToken> = (token) => { |
|
|
|
const { componentCls, iconCls, fontSizeLG, colorTextLightSolid } = token; |
|
|
|
|
|
|
|
const listCls = `${componentCls}-list`; |
|
|
|
const itemCls = `${listCls}-item`; |
|
|
|
|
|
|
|