uppercase tickers on exchange form coin select field buttons

This commit is contained in:
julian 2022-11-23 08:26:03 -06:00
parent 67d375dbd5
commit 140e68948f

View file

@ -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>()!