Skip to content

Commit

Permalink
chore: fix cspell lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Mar 7, 2024
1 parent 52e2172 commit 603a621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import mask from './mask';
`,
styles: [
':host {font-size: 2.5rem}',
'[contenteditable] {border: 3px dashed lightgray}',
'[contenteditable] {border: 3px dashed lightgrey}',
],
changeDetection: ChangeDetectionStrategy.OnPush,
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import mask from './mask';
`
[contenteditable] {
white-space: pre;
border: 3px dashed lightgray;
border: 3px dashed lightgrey;
max-width: 30rem;
padding: 1rem;
}
Expand Down

0 comments on commit 603a621

Please sign in to comment.