[ui] UI theme should match repertory blue #61
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-08-15 11:24:30 -05:00
parent e9a5b7e9af
commit 60222b3948

View File

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