Skip to content

Commit cbeae3e

Browse files
committed
bigger FloatingToolbar icon
1 parent 680900b commit cbeae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FloatingToolbar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function FloatingToolbar(props) {
122122
const toolConfig = toolsConfig[key]
123123
tools.push(
124124
cloneElement(toolConfig.icon, {
125-
size: 20,
125+
size: 24,
126126
className: 'chatgptbox-selection-toolbar-button',
127127
title: t(toolConfig.label),
128128
onClick: async () => {

0 commit comments

Comments
 (0)