Neues NavBar Design #143

Merged
flixcoo merged 13 commits from enhancement/138-neues-navbar-design into development 2026-01-13 14:11:06 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 679f4c94d9 - Show all commits

View File

@@ -66,19 +66,19 @@ class _MainMenuButtonState extends State<MainMenuButton>
color: Colors.white,
borderRadius: BorderRadius.circular(30),
),
padding: const EdgeInsets.symmetric(horizontal: 18, vertical: 15),
padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 14),
child: Row(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.center,
children: [
if (widget.icon != null) ...[
Icon(widget.icon, size: 28, color: Colors.black),
Icon(widget.icon, size: 26, color: Colors.black),
const SizedBox(width: 7),
],
Text(
widget.text,
style: const TextStyle(
fontSize: 20,
fontSize: 18,
fontWeight: FontWeight.bold,
color: Colors.black,
),

View File

@@ -1,7 +1,7 @@
name: game_tracker
description: "Game Tracking App for Card Games"
publish_to: 'none'
version: 0.0.1+159
version: 0.0.1+160
environment:
sdk: ^3.8.1