Skip to content

Commit

Permalink
Merge pull request #23 from koji-1009/refactoring
Browse files Browse the repository at this point in the history
Change UI
  • Loading branch information
koji-1009 authored Sep 4, 2022
2 parents 0b455a8 + e1dd273 commit 68e0327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/view/home/part/word_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class WordWidget extends ConsumerWidget {
const SizedBox(
height: 8,
),
SwitchListTile.adaptive(
SwitchListTile(
title: const Text('追録・附録指定'),
contentPadding: EdgeInsets.symmetric(
horizontal: margin,
Expand All @@ -83,7 +83,7 @@ class WordWidget extends ConsumerWidget {
);
},
),
SwitchListTile.adaptive(
SwitchListTile(
title: const Text('目次・索引指定'),
contentPadding: EdgeInsets.symmetric(
horizontal: margin,
Expand All @@ -96,7 +96,7 @@ class WordWidget extends ConsumerWidget {
);
},
),
SwitchListTile.adaptive(
SwitchListTile(
title: const Text('閉会中指定'),
contentPadding: EdgeInsets.symmetric(
horizontal: margin,
Expand Down

0 comments on commit 68e0327

Please sign in to comment.