feat: change theme
This commit is contained in:
@@ -527,7 +527,7 @@ class _CardSkinArt extends StatelessWidget {
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
gradient: const RadialGradient(
|
||||
colors: [Color(0xFF12508F), Colors.black87],
|
||||
colors: [AppColors.lapis, Colors.black87],
|
||||
radius: 0.95,
|
||||
),
|
||||
border: Border.all(
|
||||
|
||||
Reference in New Issue
Block a user