From 9cf0cd4c95a27159be03877fc9adec1e6ecbd9ad Mon Sep 17 00:00:00 2001 From: Ozan Barsal Date: Thu, 30 Apr 2020 16:23:49 +0300 Subject: [PATCH 1/2] add @modal-footer-border-color-split to modal.less --- components/modal/style/modal.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modal/style/modal.less b/components/modal/style/modal.less index 7159c3ae0b..c6d93823ea 100644 --- a/components/modal/style/modal.less +++ b/components/modal/style/modal.less @@ -83,7 +83,7 @@ padding: 16px 24px; color: @text-color; background: @modal-header-bg; - border-bottom: @border-width-base @border-style-base @border-color-split; + border-bottom: @border-width-base @border-style-base @modal-header-border-color-split; border-radius: @border-radius-base @border-radius-base 0 0; } From e2a0c93a5b800c4911bfdda5f4dff0b78549c79e Mon Sep 17 00:00:00 2001 From: Ozan Barsal Date: Thu, 30 Apr 2020 16:27:27 +0300 Subject: [PATCH 2/2] add @modal-header-border-color-split to default.less --- components/style/themes/default.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 8292fc0811..fc1a2089f1 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -394,6 +394,7 @@ // -- @modal-body-padding: 24px; @modal-header-bg: @component-background; +@modal-header-border-color-split: @border-color-split; @modal-heading-color: @heading-color; @modal-footer-bg: transparent; @modal-footer-border-color-split: @border-color-split;