We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4c57e commit c8565f1Copy full SHA for c8565f1
1 file changed
packages/components/src/message/style.less
@@ -30,6 +30,17 @@
30
background: var(--notifications-background);
31
color: var(--notifications-foreground);
32
}
33
+ &-custom-content {
34
+ display: flex;
35
+ align-items: flex-start;
36
+ align-items: center;
37
+ :global(.anticon) {
38
+ height: 21px;
39
40
41
+ justify-content: center;
42
+ }
43
44
45
&-success .@{iconfont-css-prefix} {
46
color: @success-color;
0 commit comments