This commit is contained in:
Patrick Alvin Alcala 2025-02-06 11:42:58 +08:00
parent 9598e17abb
commit 064814e165
3 changed files with 87 additions and 55 deletions

View file

@ -31,8 +31,8 @@ class PageBackgroundWidget extends StatelessWidget {
gradient: const RadialGradient(
tileMode: TileMode.clamp,
colors: [
Color.fromRGBO(45, 15, 43, 1),
Color.fromRGBO(77, 29, 73, 1),
Color.fromRGBO(26, 8, 25, 1),
Color.fromRGBO(60, 22, 57, 1),
],
),
),