Skip to content

Commit

Permalink
style: Fix the upload error icon of the Upload component. The effecti…
Browse files Browse the repository at this point in the history
…ve styles are different due to different css order (#2372)
  • Loading branch information
YyumeiZhang authored Jul 26, 2024
1 parent ecbb9de commit d269c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semi-foundation/upload/upload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ $module: #{$prefix}-upload;

&-icon {
&-loading,
&-error {
&-error.#{$prefix}-icon {
font-size: $width-upload_file_card-icon;
margin-right: $spacing-upload_file_card_icon-marginRight;
}
Expand Down

0 comments on commit d269c8e

Please sign in to comment.