fix: align threshold title to the right

This commit is contained in:
José Oliveira 2021-07-02 13:42:29 +01:00 committed by Josh Harvey
parent cba519fb4d
commit bec80ec498

View file

@ -657,7 +657,7 @@ const getElements = (currency, classes) => [
name: 'threshold', name: 'threshold',
size: 'sm', size: 'sm',
width: 284, width: 284,
textAlign: 'left', textAlign: 'right',
input: () => <ThresholdInput currency={currency} />, input: () => <ThresholdInput currency={currency} />,
view: (it, config) => <ThresholdView config={config} currency={currency} /> view: (it, config) => <ThresholdView config={config} currency={currency} />
} }