feat: Update dialog styles and background colors for consistency across screens

This commit is contained in:
2026-05-23 11:27:26 +02:00
parent f4bb5104e2
commit 29881183ed
5 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:notas/theme/app_colors.dart';
class AppTheme {
static ThemeData theme({Color seedColor = Colors.amber}) {
static ThemeData theme({Color seedColor = AppColors.defaultThemeSeedColor}) {
final Brightness foregroundBrightness =
ThemeData.estimateBrightnessForColor(seedColor);
final Color foregroundColor = foregroundBrightness == Brightness.dark