fix: font family and default on focus input border
This commit is contained in:
parent
9553bf8fc9
commit
6023895547
2 changed files with 5 additions and 3 deletions
|
|
@ -9,10 +9,12 @@ const styles = {
|
||||||
borderRadius: '4px'
|
borderRadius: '4px'
|
||||||
},
|
},
|
||||||
focus: {
|
focus: {
|
||||||
color: primaryColor,
|
|
||||||
border: '2px solid',
|
border: '2px solid',
|
||||||
borderColor: primaryColor,
|
borderColor: primaryColor,
|
||||||
borderRadius: '4px'
|
borderRadius: '4px',
|
||||||
|
'&:focus': {
|
||||||
|
outline: 'none'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
error: {
|
error: {
|
||||||
borderColor: errorColor
|
borderColor: errorColor
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ export default {
|
||||||
confirmationCode: {
|
confirmationCode: {
|
||||||
extend: base,
|
extend: base,
|
||||||
fontSize: codeInputFontSize,
|
fontSize: codeInputFontSize,
|
||||||
fontFamily: fontPrimary,
|
fontFamily: fontSecondary,
|
||||||
fontWeight: 900
|
fontWeight: 900
|
||||||
},
|
},
|
||||||
inline: {
|
inline: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue