Skip to content

Commit

Permalink
bigger FloatingToolbar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 23, 2024
1 parent 680900b commit cbeae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FloatingToolbar/index.jsx
Expand Up @@ -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 () => {
Expand Down

0 comments on commit cbeae3e

Please sign in to comment.