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
parent
commit
a364e58061
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/upload/style/picture.tsx

2
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`;

Loading…
Cancel
Save