MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +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),