diff --git a/new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js b/new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js
index d2e73d03..fd74d4aa 100644
--- a/new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js
+++ b/new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js
@@ -24,8 +24,8 @@ export default {
alignItems: 'center',
justifyContent: 'end'
},
- billInput:{
- width:'100%'
+ billInput: {
+ width: '100%'
},
suffix: {
paddingLeft: spacer * 2
diff --git a/new-lamassu-admin/src/pages/OperatorInfo/ContactInfo.js b/new-lamassu-admin/src/pages/OperatorInfo/ContactInfo.js
index faaf0199..fc0c54f5 100644
--- a/new-lamassu-admin/src/pages/OperatorInfo/ContactInfo.js
+++ b/new-lamassu-admin/src/pages/OperatorInfo/ContactInfo.js
@@ -13,14 +13,7 @@ import PromptWhenDirty from 'src/components/PromptWhenDirty'
import { Link } from 'src/components/buttons'
import Switch from 'src/components/inputs/base/Switch'
import { TextInput, NumberInput } from 'src/components/inputs/formik'
-import {
- P,
- Info2,
- Info3,
- Label1,
- Label2,
- Label3
-} from 'src/components/typography'
+import { P, H4, Info3, Label1, Label2, Label3 } from 'src/components/typography'
import { ReactComponent as EditIcon } from 'src/styling/icons/action/edit/enabled.svg'
import { ReactComponent as WarningIcon } from 'src/styling/icons/warning-icon/comet.svg'
import { fontSize5 } from 'src/styling/variables'
@@ -174,7 +167,7 @@ const ContactInfo = () => {
locale.country
).formatInternational()
: '',
- component: TextInput
+ component: NumberInput
},
{
name: 'email',
@@ -214,26 +207,26 @@ const ContactInfo = () => {
return (
<>
-
-
Contact information
+
+
Contact information
+
+
+
Info card enabled?
+
+
+ save({
+ active: event.target.checked
+ })
+ }
+ />
+ {info.active ? 'Yes' : 'No'}
+
-
-
Info card enabled?
-
-
- save({
- active: event.target.checked
- })
- }
- />
- {info.active ? 'Yes' : 'No'}
-
-
-
-
Info card
+
+
Info card
{!editing && (