Skip to content

Commit 90131e9

Browse files
author
Ozan Barsal
authored
feat(style): add @modal-header-border-color-split variable (#2179)
* add @modal-footer-border-color-split to modal.less * add @modal-header-border-color-split to default.less
1 parent 668f93a commit 90131e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/modal/style/modal.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
padding: 16px 24px;
8484
color: @text-color;
8585
background: @modal-header-bg;
86-
border-bottom: @border-width-base @border-style-base @border-color-split;
86+
border-bottom: @border-width-base @border-style-base @modal-header-border-color-split;
8787
border-radius: @border-radius-base @border-radius-base 0 0;
8888
}
8989

components/style/themes/default.less

+1
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@
394394
// --
395395
@modal-body-padding: 24px;
396396
@modal-header-bg: @component-background;
397+
@modal-header-border-color-split: @border-color-split;
397398
@modal-heading-color: @heading-color;
398399
@modal-footer-bg: transparent;
399400
@modal-footer-border-color-split: @border-color-split;

0 commit comments

Comments
 (0)