fix: make cash-out fixed fee overrides green

This commit is contained in:
siiky 2022-10-10 16:05:41 +01:00 committed by Rafael
parent 599dbf8679
commit 6d141f816d

View file

@ -237,6 +237,7 @@ const mainFields = currency => [
name: 'cashOutFixedFee',
display: 'Fixed fee',
width: 169,
size: 'lg',
doubleHeader: 'Cash-out only',
textAlign: 'center',
editingAlign: 'right',
@ -595,12 +596,12 @@ const getListCommissionsFields = (getData, currency, defaults) => {
name: 'cashOutFixedFee',
display: 'Fixed fee',
width: 140,
input: NumberInput,
doubleHeader: 'Cash-out only',
textAlign: 'center',
editingAlign: 'right',
input: NumberInput,
suffix: currency,
bold: bold,
textStyle: obj => getTextStyle(obj),
inputProps: {
decimalPlaces: 2
}