Skip to content

Commit

Permalink
refactor: Adjust the size of emoji to fit the toolbarSize configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 12, 2024
1 parent 9c4b417 commit 010ddb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/aieditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
margin-left: 10px;
background: var(--aie-button-bg-color);
color: var(--aie-text-color);
border: solid 1px ;
border: solid 1px;
padding: 5px 15px;
font-size: 14px;
border-radius: 3px;
Expand Down Expand Up @@ -652,7 +652,7 @@
}

&:hover {
background: #efefef;
background: var(--aie-popover-selected-color);
}
}
}
Expand Down

0 comments on commit 010ddb6

Please sign in to comment.