diff --git a/lib/components/profile/token_card.dart b/lib/components/profile/token_card.dart index 13c5536..6ff84d5 100644 --- a/lib/components/profile/token_card.dart +++ b/lib/components/profile/token_card.dart @@ -107,7 +107,6 @@ class ProfileTokenCard extends StatelessWidget { 'Leaderboard', style: TextStyle( fontSize: 18, - color: Colors.black, ), ), const Spacer(), @@ -120,10 +119,6 @@ class ProfileTokenCard extends StatelessWidget { ], ), ), - Container( - height: 1, - color: Colors.grey[300], - ), ], ), ),