feat(theme): shift Android palette from indigo to deep violet to match web identity

This commit is contained in:
2026-04-08 13:54:39 -04:00
parent d2582f9111
commit 6c29b685e8
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ class _GradientSendButton extends StatelessWidget {
: const LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [Color(0xFF6366F1), Color(0xFF4F46E5)],
colors: [Color(0xFF7C3AED), Color(0xFF5B21B6)],
),
color: disabled ? scheme.onSurface.withValues(alpha: 0.12) : null,
borderRadius: BorderRadius.circular(10),