mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 03:15:50 +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,
|
width: 6,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
widget.ticker ?? "-",
|
widget.ticker?.toUpperCase() ?? "-",
|
||||||
style: STextStyles.smallMed14(context).copyWith(
|
style: STextStyles.smallMed14(context).copyWith(
|
||||||
color: Theme.of(context)
|
color: Theme.of(context)
|
||||||
.extension<StackColors>()!
|
.extension<StackColors>()!
|
||||||
|
|
Loading…
Reference in a new issue