updated color
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-08-15 13:33:21 -05:00
parent 1a9756a86e
commit 98a5c89d6b

View File

@@ -89,7 +89,7 @@ class _AuthScreenState extends State<AuthScreen> {
begin: Alignment.topLeft, begin: Alignment.topLeft,
end: Alignment.bottomRight, end: Alignment.bottomRight,
colors: [ colors: [
Theme.of(context).colorScheme.surface, Theme.of(context).colorScheme.primary.withValues(alpha: 0.4),
Theme.of(context).colorScheme.surface.withValues(alpha: 0.9), Theme.of(context).colorScheme.surface.withValues(alpha: 0.9),
], ],
stops: const [0.0, 1.0], stops: const [0.0, 1.0],