[ui] UI theme should match repertory blue #61
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -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],
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user