mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
uppercase tickers on exchange form coin select field buttons
This commit is contained in:
parent
67d375dbd5
commit
140e68948f
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class _ExchangeTextFieldState extends State<ExchangeTextField> {
|
|||
width: 6,
|
||||
),
|
||||
Text(
|
||||
widget.ticker ?? "-",
|
||||
widget.ticker?.toUpperCase() ?? "-",
|
||||
style: STextStyles.smallMed14(context).copyWith(
|
||||
color: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
|
|
Loading…
Reference in a new issue