Skip to content

Commit

Permalink
fix: fix problem which ai assistant will be transparent in popover in…
Browse files Browse the repository at this point in the history
… light mode
  • Loading branch information
moonrailgun committed Oct 12, 2023
1 parent 0bb1c85 commit ffebbf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/web/src/components/ChatBox/ChatInputBox/Emotion.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.chat-message-input_action-popover {
.ant-popover-inner {
> .ant-popover-content > .ant-popover-inner {
background-color: transparent;
border-radius: 10px;

.ant-popover-inner-content {
padding: 0;
Expand Down

0 comments on commit ffebbf6

Please sign in to comment.