Added app theming #2

Merged
marco merged 3 commits from development into main 2026-06-19 01:37:43 +02:00
Showing only changes of commit 6dc7161b41 - Show all commits
+1 -1
View File
@@ -22,7 +22,7 @@ class _TaskOverviewPageState extends State<TaskOverviewPage> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
appBar: AppBar(title: Text('Hallo Yannick')),
body: Padding(
padding: EdgeInsetsGeometry.symmetric(
horizontal: MediaQuery.of(context).size.width * 0.05,