Skip to content

Commit 855415c

Browse files
Make "Edit note" the same type as the note
1 parent 59066e0 commit 855415c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JournalApp/Components/DataPointView.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ else if (Point.Type == PointType.Note)
8080
AutoGrow Lines="1" MaxLines="10" />
8181
}
8282
83-
<MudLink OnClick="EditTextInDialog">Edit note</MudLink>
83+
<MudLink Typo="Typo.body2" OnClick="EditTextInDialog">Edit note</MudLink>
8484
</div>
8585
}
8686
else if (Point.Type == PointType.Medication)

0 commit comments

Comments
 (0)