Skip to content

Commit

Permalink
style: add custom content styling for message component
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 committed Oct 31, 2024
1 parent 6b4c57e commit c8565f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/components/src/message/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@
background: var(--notifications-background);
color: var(--notifications-foreground);
}
&-custom-content {
display: flex;
align-items: flex-start;
align-items: center;
:global(.anticon) {
height: 21px;
display: flex;
align-items: center;
justify-content: center;
}
}

&-success .@{iconfont-css-prefix} {
color: @success-color;
Expand Down

0 comments on commit c8565f1

Please sign in to comment.