Browse Source
Merge pull request #16085 from ant-design/fix-less
fix: Correct typo of theme less
pull/16090/head
偏右
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/style/themes/default.less
|
|
@ -349,7 +349,7 @@ |
|
|
|
// -- |
|
|
|
@modal-body-padding: 24px; |
|
|
|
@modal-header-bg: @component-background; |
|
|
|
@modal-footer-bg: tranparent; |
|
|
|
@modal-footer-bg: transparent; |
|
|
|
@modal-mask-bg: fade(@black, 65%); |
|
|
|
|
|
|
|
// Progress |
|
|
|