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