Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
refactor: Remove unnecessary code and update UI in ProfileTokenCard
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 28, 2024
1 parent 7f0a66b commit e816067
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/components/profile/token_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class ProfileTokenCard extends StatelessWidget {
'Leaderboard',
style: TextStyle(
fontSize: 18,
color: Colors.black,
),
),
const Spacer(),
Expand All @@ -120,10 +119,6 @@ class ProfileTokenCard extends StatelessWidget {
],
),
),
Container(
height: 1,
color: Colors.grey[300],
),
],
),
),
Expand Down

0 comments on commit e816067

Please sign in to comment.