Neuer Regelsatz: Platzierung #213

Merged
sneeex merged 22 commits from feature/206-Neuer-Regelsatz-Platzierung into development 2026-05-09 21:37:30 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8b7a519e64 - Show all commits

View File

@@ -203,7 +203,7 @@ class _MatchResultViewState extends State<MatchResultView> {
height: 50, height: 50,
width: 40, width: 40,
child: Text( child: Text(
" #${i + 1} ", ' #${i + 1} ',
style: const TextStyle( style: const TextStyle(
color: CustomTheme.primaryColor, color: CustomTheme.primaryColor,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,

View File

@@ -50,7 +50,7 @@ class TextIconListTile extends StatelessWidget {
children: [ children: [
TextSpan( TextSpan(
text: prefixText, text: prefixText,
style: TextStyle( style: const TextStyle(
fontSize: 16, fontSize: 16,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
color: CustomTheme.primaryColor, color: CustomTheme.primaryColor,