diff --git a/new-lamassu-admin/src/components/inputs/base/CodeInput.styles.js b/new-lamassu-admin/src/components/inputs/base/CodeInput.styles.js index 189add4c..0f0bba93 100644 --- a/new-lamassu-admin/src/components/inputs/base/CodeInput.styles.js +++ b/new-lamassu-admin/src/components/inputs/base/CodeInput.styles.js @@ -9,10 +9,12 @@ const styles = { borderRadius: '4px' }, focus: { - color: primaryColor, border: '2px solid', borderColor: primaryColor, - borderRadius: '4px' + borderRadius: '4px', + '&:focus': { + outline: 'none' + } }, error: { borderColor: errorColor diff --git a/new-lamassu-admin/src/components/typography/styles.js b/new-lamassu-admin/src/components/typography/styles.js index 44cfac11..ac06d238 100644 --- a/new-lamassu-admin/src/components/typography/styles.js +++ b/new-lamassu-admin/src/components/typography/styles.js @@ -129,7 +129,7 @@ export default { confirmationCode: { extend: base, fontSize: codeInputFontSize, - fontFamily: fontPrimary, + fontFamily: fontSecondary, fontWeight: 900 }, inline: {