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 8926d41 commit 018d8ddCopy full SHA for 018d8dd
gui/src/components/mainInput/TipTapEditor/TipTapEditor.tsx
@@ -181,7 +181,7 @@ export function TipTapEditor(props: TipTapEditorProps) {
181
onKeyUp={handleKeyUp}
182
className={
183
!props.isMainInput && shouldHideToolbar
184
- ? "cursor-pointer hover:brightness-105"
+ ? "cursor-pointer"
185
: "cursor-text"
186
}
187
onClick={() => {
0 commit comments