Skip to content

Commit

Permalink
Update dependencies and fix padding, also get rid of test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrth1 committed Oct 2, 2024
1 parent 07fb17a commit caccb62
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 277 deletions.
3 changes: 2 additions & 1 deletion lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ class _NotepadHomePageState extends State<NotepadHomePage> {
children: [
Expanded(
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 25.0),
padding:
const EdgeInsets.symmetric(horizontal: 25.0, vertical: 15.0),
child: QuillEditor.basic(
configurations: QuillEditorConfigurations(
controller: _noteController,
Expand Down
Loading

0 comments on commit caccb62

Please sign in to comment.