Skip to content

Commit

Permalink
Increase font size of note list item for improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
shukebeta committed Jan 18, 2025
1 parent cec2774 commit 2ee13af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/components/note_list_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class NoteListItem extends StatelessWidget {
const Text(
' ',
style: TextStyle(
fontSize: 12,
fontSize: 13,
),
),
],
Expand Down

0 comments on commit 2ee13af

Please sign in to comment.