mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-02 04:06:12 +08:00
bigger FloatingToolbar icon
This commit is contained in:
@@ -122,7 +122,7 @@ function FloatingToolbar(props) {
|
||||
const toolConfig = toolsConfig[key]
|
||||
tools.push(
|
||||
cloneElement(toolConfig.icon, {
|
||||
size: 20,
|
||||
size: 24,
|
||||
className: 'chatgptbox-selection-toolbar-button',
|
||||
title: t(toolConfig.label),
|
||||
onClick: async () => {
|
||||
|
||||
Reference in New Issue
Block a user