Skip to content

Commit ffebbf6

Browse files
committed
fix: fix problem which ai assistant will be transparent in popover in light mode
1 parent 0bb1c85 commit ffebbf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/web/src/components/ChatBox/ChatInputBox/Emotion.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.chat-message-input_action-popover {
2-
.ant-popover-inner {
2+
> .ant-popover-content > .ant-popover-inner {
33
background-color: transparent;
4+
border-radius: 10px;
45

56
.ant-popover-inner-content {
67
padding: 0;

0 commit comments

Comments
 (0)