Group View erstellt #22

Merged
sneeex merged 29 commits from feature/4-groupview-erstellen into development 2025-11-16 20:50:24 +00:00
Showing only changes of commit 4befc85c9f - Show all commits

View File

@@ -21,7 +21,7 @@ class TopCenteredMessage extends StatelessWidget {
child: Column(
children: [
Icon(icon, size: 45),
SizedBox(height: 10),
const SizedBox(height: 10),
Text(
title,
style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),