bigger FloatingToolbar icon

This commit is contained in:
josc146
2024-03-23 13:59:30 +08:00
parent 680900b08d
commit cbeae3e791
+1 -1
View File
@@ -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 () => {