Skip to content

Commit 96b9f4e

Browse files
committed
fix style (#315)
1 parent 5c96c0b commit 96b9f4e

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
@@ -139,7 +139,7 @@ function FloatingToolbar(props) {
139139
<div className="chatgptbox-selection-toolbar">
140140
<img
141141
src={logo}
142-
style="user-select:none;width:24px;height:24px;background:rgba(0,0,0,0);"
142+
style="user-select:none;width:24px;height:24px;background:rgba(0,0,0,0);filter:none;"
143143
/>
144144
{tools}
145145
</div>

0 commit comments

Comments
 (0)