feat: change theme
This commit is contained in:
@@ -152,7 +152,7 @@ class _TopBar extends StatelessWidget {
|
||||
gradient: const LinearGradient(
|
||||
begin: Alignment.topCenter,
|
||||
end: Alignment.bottomCenter,
|
||||
colors: [AppColors.bg, Color(0xFF1A0106)],
|
||||
colors: [AppColors.bg, AppColors.bgDark],
|
||||
),
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
border: Border.all(color: AppColors.goldDark),
|
||||
|
||||
Reference in New Issue
Block a user