diff --git a/packages/app-explorer/src/systems/Transaction/component/TxInput/TxInputCoin/TxInputCoin.tsx b/packages/app-explorer/src/systems/Transaction/component/TxInput/TxInputCoin/TxInputCoin.tsx index 9a252b69..d3c1e0e1 100644 --- a/packages/app-explorer/src/systems/Transaction/component/TxInput/TxInputCoin/TxInputCoin.tsx +++ b/packages/app-explorer/src/systems/Transaction/component/TxInput/TxInputCoin/TxInputCoin.tsx @@ -42,7 +42,11 @@ export const TxInputCoin = createComponent< - +
{ - const baseClass = cx(['text-[1em]', className]); + const baseClass = cx(['text-sm', className]); return ( <> {full && ( @@ -96,7 +96,7 @@ export const Address = createComponent({ {linkProps ? ( { e.stopPropagation(); }} @@ -128,7 +128,7 @@ export const Address = createComponent({ const styles = tv({ slots: { root: 'flex gap-1 text-sm font-mono', - prefix: 'mr-px text-[1em] text-secondary', - address: 'text-[1em] text-muted mt-px gap-3', + prefix: 'mr-px text-sm text-secondary', + address: 'text-sm text-muted mt-px gap-3', }, });