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],