Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat(#228): notes title
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 1, 2019
1 parent 20f38bb commit 312a55c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions remote/src/app/components/app-notes/app-notes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ app-notes {
line-height: 1.5rem;
margin: 0;
white-space: pre-line;
}

ion-label.notes-title {
font-size: 1.8rem;
&.notes-title {
font-size: 1.8rem;
}
}

bottom-sheet {
Expand Down
2 changes: 1 addition & 1 deletion remote/src/app/components/app-notes/app-notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class AppNotes {

private renderNotes() {
return [
<ion-label class="notes-title" slot="sheet-header">Notes</ion-label>,
<p slot="sheet-header">Notes</p>,
this.renderNote()
]
}
Expand Down

0 comments on commit 312a55c

Please sign in to comment.