feat: Update dialog styles and background colors for consistency across screens
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user