Skip to content

Commit

Permalink
fix: show the number of seed word correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Jun 5, 2024
1 parent 921e9ed commit db727eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/common/settings/seed_words.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SeedWord extends StatelessWidget {
textBaseline: TextBaseline.alphabetic,
children: [
SizedBox(
width: 25.0,
width: 30.0,
child: Text(
'#$index',
style: TextStyle(fontSize: 14, color: Colors.grey[600]),
Expand Down

0 comments on commit db727eb

Please sign in to comment.