Skip to content

Commit

Permalink
feat: Always set the text color of blockchain address to white #3148
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 4, 2024
1 parent d7c163d commit a8321d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MyBlockchainAccountBaseWidget extends StatelessWidget {
child: MyText(
walletAddress,
style: Theme.of(context).textTheme.bodyMedium!.copyWith(
color: Theme.of(context).colorScheme.onSurface,
color: Colors.white,
),
minFontSize: 8,
maxLines: 2,
Expand Down

0 comments on commit a8321d3

Please sign in to comment.