🎨 style: HoverButton UI adjustment, change code font (#2017)

* style: HoverButton UI adjustment

* style: make Consolas as default code font

---------

Co-authored-by: Danny Avila <messagedaniel@protonmail.com>
This commit is contained in:
SailFlorve 2024-03-20 01:55:41 +08:00 committed by GitHub
parent 86db0a1043
commit af347cccde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View file

@ -115,6 +115,7 @@ export default function Message(props: TMessageProps) {
copyToClipboard={copyToClipboard}
handleContinue={handleContinue}
latestMessage={latestMessage}
isLast={isLast}
/>
</SubRow>
)}