Skip to content

Commit 6d688bd

Browse files
committed
【全局提示 第二轮UI验收问题】关闭按钮颜色:grey-7
1 parent ef5b8d4 commit 6d688bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/message/index.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@bg: @color-white;
77
@border-color: @gray-6;
8-
@close-x-color: @gray-6;
8+
@close-x-color: @gray-7;
99
@close-x-hover-color: @gray-7;
1010

1111
@success-bg: @green-4;
@@ -30,7 +30,7 @@
3030

3131
.cloud-message-type(@bg, @bgBorderColor, @msgTextColor, @tagColor) {
3232
//box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.04);
33-
box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1), 0 0 1px 0 rgba(0,0,0,0.3);
33+
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3);
3434
border-radius: 6px;
3535
background: @bg;
3636
.msg-text {

0 commit comments

Comments
 (0)