diff --git a/ui/component/txoList/view.jsx b/ui/component/txoList/view.jsx index 5c126f057..e47a3d7f5 100644 --- a/ui/component/txoList/view.jsx +++ b/ui/component/txoList/view.jsx @@ -291,11 +291,11 @@ function TxoList(props: Props) { return (
{__(`Transactions`)}
-
- + <>
{__(`Transactions`)}
+
+ {/* toggle between LBC and fiat buttons */} -
+
{/* toggle to LBC */}
- {/* TODO: use card-between to display this properly */} {/* export and refresh buttons */}
{!isFetchingTransactions && transactionsFile === null && ( diff --git a/ui/scss/component/_txo-list.scss b/ui/scss/component/_txo-list.scss index 402068c6d..943e3a85d 100644 --- a/ui/scss/component/_txo-list.scss +++ b/ui/scss/component/_txo-list.scss @@ -24,3 +24,7 @@ font-size: 13px; color: rgb(171, 171, 171); } + +.txo__radios_container, .txo__radios, .txo__radios_fieldset { + display: inline !important; +}