diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index 7bdd8c06f832786a2e5b00b523721061859d5368..bdc0b03be2ee1a0b4fc2c210dc0d5ba8136526b8 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -556,5 +556,23 @@ body[data-theme='blue'] { background-color: $blue-theme; } + .ant-modal{ + .ant-modal-close{ + i{ + color: #ffffff; + } + } + .ant-modal-header{ + background-color: $blue-theme; + border-bottom-color: $blue-theme; + .ant-modal-title{ + color: #ffffff; + } + } + .ant-modal-footer { + border-top-color: $blue-theme; + } + } + } \ No newline at end of file