Skip to content

Commit

Permalink
Update some more note info styles to match designs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandymcfadden committed Mar 22, 2021
1 parent d8c3cfa commit d664f82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/note-info/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class NoteInfo extends Component<Props> {
return (
<Modal
key="note-info-modal"
className="dialog-renderer__content note-info theme-color-border theme-color-bg theme-color-fg"
className="dialog-renderer__content note-info theme-color-border theme-color-bg theme-color-fg dialog"
contentLabel="Document"
isOpen
onRequestClose={onModalClose}
Expand Down
2 changes: 0 additions & 2 deletions lib/note-info/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
display: flex;
flex-direction: column;
width: 360px;
border: 1px solid;
border-radius: 5px;
user-select: text;
-webkit-overflow-scrolling: touch;

Expand Down

0 comments on commit d664f82

Please sign in to comment.