feat: cleaning code
This commit is contained in:
@@ -159,7 +159,7 @@ class _VipPackageTile extends StatelessWidget {
|
||||
gradient: const LinearGradient(
|
||||
begin: Alignment.topCenter,
|
||||
end: Alignment.bottomCenter,
|
||||
colors: [Color(0xFF6E1322), Color(0xFF3A0A12)],
|
||||
colors: [Color(0xFF6E1322), AppColors.bg],
|
||||
),
|
||||
borderRadius: BorderRadius.circular(14),
|
||||
border: Border.all(color: AppColors.gold, width: 1.4),
|
||||
|
||||
Reference in New Issue
Block a user