fix(player): stabilize first playback and refresh design
This commit is contained in:
@@ -31,10 +31,10 @@ class PluriWaveScaffold extends StatelessWidget {
|
||||
begin: Alignment.topLeft,
|
||||
end: Alignment.bottomRight,
|
||||
colors: [
|
||||
const Color(0xFF070A18),
|
||||
t.deepViolet,
|
||||
const Color(0xFF151033),
|
||||
const Color(0xFF070A18),
|
||||
const Color(0xFF07121A),
|
||||
const Color(0xFF0D1B24),
|
||||
const Color(0xFF0E4A4F),
|
||||
const Color(0xFF07121A),
|
||||
],
|
||||
stops: const [0, 0.34, 0.68, 1],
|
||||
),
|
||||
@@ -45,17 +45,17 @@ class PluriWaveScaffold extends StatelessWidget {
|
||||
Positioned(
|
||||
left: -120,
|
||||
top: -120,
|
||||
child: _AuroraOrb(size: 300, color: const Color(0xFF20E6FF).withValues(alpha: 0.32)),
|
||||
child: _AuroraOrb(size: 300, color: const Color(0xFF21D4D9).withValues(alpha: 0.18)),
|
||||
),
|
||||
Positioned(
|
||||
right: -150,
|
||||
top: 160,
|
||||
child: _AuroraOrb(size: 340, color: t.electricMagenta.withValues(alpha: 0.26)),
|
||||
child: _AuroraOrb(size: 340, color: const Color(0xFF7EE4C2).withValues(alpha: 0.12)),
|
||||
),
|
||||
Positioned(
|
||||
left: -90,
|
||||
bottom: 80,
|
||||
child: _AuroraOrb(size: 260, color: t.warmCoral.withValues(alpha: 0.16)),
|
||||
child: _AuroraOrb(size: 260, color: t.warmCoral.withValues(alpha: 0.10)),
|
||||
),
|
||||
body,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user