We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680900b commit cbeae3eCopy full SHA for cbeae3e
src/components/FloatingToolbar/index.jsx
@@ -122,7 +122,7 @@ function FloatingToolbar(props) {
122
const toolConfig = toolsConfig[key]
123
tools.push(
124
cloneElement(toolConfig.icon, {
125
- size: 20,
+ size: 24,
126
className: 'chatgptbox-selection-toolbar-button',
127
title: t(toolConfig.label),
128
onClick: async () => {
0 commit comments