From 98a5c89d6bf757dd3c8395e4980a09f54a524fdf Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 15 Aug 2025 13:33:21 -0500 Subject: [PATCH] updated color --- web/repertory/lib/screens/auth_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/screens/auth_screen.dart b/web/repertory/lib/screens/auth_screen.dart index 72043100..8829a914 100644 --- a/web/repertory/lib/screens/auth_screen.dart +++ b/web/repertory/lib/screens/auth_screen.dart @@ -89,7 +89,7 @@ class _AuthScreenState extends State { begin: Alignment.topLeft, end: Alignment.bottomRight, colors: [ - Theme.of(context).colorScheme.surface, + Theme.of(context).colorScheme.primary.withValues(alpha: 0.4), Theme.of(context).colorScheme.surface.withValues(alpha: 0.9), ], stops: const [0.0, 1.0],