v1.1.21+51
All checks were successful
Flutter Schmutter / build (push) Successful in 3m40s

This commit is contained in:
2025-06-11 20:45:37 +02:00
parent e38d2086b3
commit 7981436374
4 changed files with 126 additions and 116 deletions

View File

@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
@ -232,10 +233,11 @@ final ThemeData f0ck95Theme = ThemeData(
onPrimary: Colors.black,
onSecondary: Colors.white,
),
appBarTheme: const AppBarTheme(
backgroundColor: Color(0xFFC0C0C0),
appBarTheme: AppBarTheme(
backgroundColor: const Color(0xFFE0E0E0),
foregroundColor: Colors.black,
elevation: 2,
elevation: 4,
centerTitle: true
),
textTheme: const TextTheme(
bodyLarge: TextStyle(color: Colors.black),