chore: album's header styling (#18930)

This commit is contained in:
Alex
2025-06-04 21:09:53 -05:00
committed by GitHub
parent a26d703335
commit f64a3003af
4 changed files with 12 additions and 7 deletions
@@ -55,7 +55,7 @@ class AlbumViewerEditableDescription extends HookConsumerWidget {
}
},
focusNode: descriptionFocusNode,
style: context.textTheme.bodyMedium,
style: context.textTheme.bodyLarge,
maxLines: 3,
minLines: 1,
controller: descriptionTextEditController,