We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668f93a commit 90131e9Copy full SHA for 90131e9
components/modal/style/modal.less
@@ -83,7 +83,7 @@
83
padding: 16px 24px;
84
color: @text-color;
85
background: @modal-header-bg;
86
- border-bottom: @border-width-base @border-style-base @border-color-split;
+ border-bottom: @border-width-base @border-style-base @modal-header-border-color-split;
87
border-radius: @border-radius-base @border-radius-base 0 0;
88
}
89
components/style/themes/default.less
@@ -394,6 +394,7 @@
394
// --
395
@modal-body-padding: 24px;
396
@modal-header-bg: @component-background;
397
+@modal-header-border-color-split: @border-color-split;
398
@modal-heading-color: @heading-color;
399
@modal-footer-bg: transparent;
400
@modal-footer-border-color-split: @border-color-split;
0 commit comments