Skip to content

Commit

Permalink
Merge pull request #178 from jayantpranjal0/master
Browse files Browse the repository at this point in the history
ui: improved ui for note editing \n Clickable area for editing notes …
  • Loading branch information
lrasmus authored Mar 6, 2024
2 parents 196a91b + fb908c1 commit 59523a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/EditableLabel/EditableLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@ export default class EditableLabel extends React.Component {
? this.state.text
: this.props.labelPlaceHolder || DEFAULT_LABEL_PLACEHOLDER;
return (
<div className={this.props.containerClassName}>
<div className={this.props.containerClassName} onClick={this.handleFocus}>
<label
className={this.props.labelClassName}
onClick={this.handleFocus}
style={{
fontSize: this.props.labelFontSize,
fontWeight: this.props.labelFontWeight
Expand Down

0 comments on commit 59523a6

Please sign in to comment.