Skip to content

Commit

Permalink
feat(home): クイック追加ボタンのデザインを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jun 30, 2024
1 parent d06cad9 commit 85cb577
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,9 @@ final class QuestOverviewSection extends HookConsumerWidget {
padding: const EdgeInsets.symmetric(vertical: 16),
child: SizedBox(
width: double.infinity,
child: ElevatedButton(
child: FilledButton(
onPressed: _onQuickAddButtonPressed,
child: Text(l10n.homeQuestOverviewSectionQuickAddQuest),
style: ElevatedButton.styleFrom(
padding: const EdgeInsets.symmetric(vertical: 16),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(8),
),
),
),
),
),
Expand Down

0 comments on commit 85cb577

Please sign in to comment.