style(Image): update loading icon and error icon (#6890)

This commit is contained in:
neverland
2020-07-29 09:36:15 +08:00
committed by GitHub
parent 01d1f05e15
commit 378009fefa
13 changed files with 54 additions and 50 deletions
+4 -2
View File
@@ -424,8 +424,10 @@
@image-placeholder-text-color: @gray-6;
@image-placeholder-font-size: @font-size-md;
@image-placeholder-background-color: @background-color;
@image-loading-icon-size: 22px;
@image-error-icon-size: 22px;
@image-loading-icon-size: 32px;
@image-loading-icon-color: @gray-3;
@image-error-icon-size: 32px;
@image-error-icon-color: @gray-3;
// ImagePreview
@image-preview-index-text-color: @white;