diff --git a/apps/mobile/src/components/MoveNoteDialog/index.js b/apps/mobile/src/components/MoveNoteDialog/index.js index 031746c14..e0ac84fc0 100644 --- a/apps/mobile/src/components/MoveNoteDialog/index.js +++ b/apps/mobile/src/components/MoveNoteDialog/index.js @@ -263,7 +263,7 @@ const MoveNoteComponent = ({close, note, setNote}) => { borderRadius: 5, minHeight: 45, fontSize: SIZE.md, - //fontFamily: "sans-serif", + fontFamily: 'OpenSans-Regular', padding: pv - 2, }, ]} @@ -408,6 +408,7 @@ const MoveNoteComponent = ({close, note, setNote}) => { height: 40, fontSize: SIZE.sm, padding: pv - 2, + fontFamily: 'OpenSans-Regular', }, ]} placeholder="Add a topic" diff --git a/apps/mobile/src/components/SearchInput/index.js b/apps/mobile/src/components/SearchInput/index.js index aaed9854d..52d7f3330 100644 --- a/apps/mobile/src/components/SearchInput/index.js +++ b/apps/mobile/src/components/SearchInput/index.js @@ -42,7 +42,6 @@ export const SearchInput = props => { { paddingVertical: 0, paddingHorizontal: 0, margin: 0, + fontFamily: 'OpenSans-SemiBold', }} returnKeyLabel="Search" returnKeyType="search" diff --git a/apps/mobile/src/views/Editor/EditorTitle.js b/apps/mobile/src/views/Editor/EditorTitle.js index 3a8127931..25881efeb 100644 --- a/apps/mobile/src/views/Editor/EditorTitle.js +++ b/apps/mobile/src/views/Editor/EditorTitle.js @@ -62,7 +62,7 @@ export const EditorTitle = () => {