fix(netlify-cms-widget-text): set correct font family (#1916)
This commit is contained in:
parent
ae21317621
commit
a2e9401336
@ -45,6 +45,7 @@ export default class TextControl extends React.Component {
|
|||||||
onFocus={setActiveStyle}
|
onFocus={setActiveStyle}
|
||||||
onBlur={setInactiveStyle}
|
onBlur={setInactiveStyle}
|
||||||
style={{ minHeight: '140px' }}
|
style={{ minHeight: '140px' }}
|
||||||
|
css={{ fontFamily: 'inherit' }}
|
||||||
onChange={e => onChange(e.target.value)}
|
onChange={e => onChange(e.target.value)}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user