fix: update selected character text size

pull/252/head
arturplaczek 3 years ago
parent 03c8134005
commit 541798f155

@ -91,7 +91,9 @@ class _SelectedCharacterState extends State<SelectedCharacter>
children: [ children: [
Text( Text(
currentCharacter.name, currentCharacter.name,
style: AppTextStyle.headline3, style: AppTextStyle.headline2.copyWith(
color: AppColors.white,
),
textAlign: TextAlign.center, textAlign: TextAlign.center,
), ),
const SizedBox(height: 20), const SizedBox(height: 20),

Loading…
Cancel
Save