Tweak bible font and avatar image layout

This commit is contained in:
kihong.kim
2026-01-24 23:15:54 +09:00
parent b758ef00a0
commit 2944b6d9b5
4 changed files with 81 additions and 27 deletions

View File

@@ -60,7 +60,7 @@ class BibleVerseWidget extends StatelessWidget {
Text(
verse.text,
textAlign: TextAlign.center,
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
color: Colors.white,
height: 1.5,
fontStyle: FontStyle.italic,