Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: focus on textarea (calcom#11522)
Browse files Browse the repository at this point in the history
* Border change on hover on textarea

* Fixed focus on textarea

* Fixed focus on textarea

Co-authored-by: sean-brydon <[email protected]>

* Update packages/ui/components/editor/stylesEditor.css

Co-authored-by: sean-brydon <[email protected]>

* Update packages/ui/components/editor/Editor.tsx

---------

Co-authored-by: sean-brydon <[email protected]>
Co-authored-by: Peer Richelsen <[email protected]>
Co-authored-by: Peer Richelsen <[email protected]>
  • Loading branch information
4 people authored Sep 28, 2023
1 parent 2335948 commit 5deda33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const Editor = (props: TextEditorProps) => {
return (
<div className="editor rounded-md">
<LexicalComposer initialConfig={{ ...editorConfig, editable }}>
<div className="editor-container rounded-md p-0">
<div className="editor-container hover:border-emphasis focus-within:ring-brand-default rounded-md p-0 focus-within:ring-2">
<ToolbarPlugin
getText={props.getText}
setText={props.setText}
Expand Down

0 comments on commit 5deda33

Please sign in to comment.