mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
use correct font in all inputs
This commit is contained in:
@@ -263,7 +263,7 @@ const MoveNoteComponent = ({close, note, setNote}) => {
|
|||||||
borderRadius: 5,
|
borderRadius: 5,
|
||||||
minHeight: 45,
|
minHeight: 45,
|
||||||
fontSize: SIZE.md,
|
fontSize: SIZE.md,
|
||||||
//fontFamily: "sans-serif",
|
fontFamily: 'OpenSans-Regular',
|
||||||
padding: pv - 2,
|
padding: pv - 2,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -408,6 +408,7 @@ const MoveNoteComponent = ({close, note, setNote}) => {
|
|||||||
height: 40,
|
height: 40,
|
||||||
fontSize: SIZE.sm,
|
fontSize: SIZE.sm,
|
||||||
padding: pv - 2,
|
padding: pv - 2,
|
||||||
|
fontFamily: 'OpenSans-Regular',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
placeholder="Add a topic"
|
placeholder="Add a topic"
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ export const SearchInput = props => {
|
|||||||
<TextInput
|
<TextInput
|
||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
style={{
|
style={{
|
||||||
fontWeight: 'bold',
|
|
||||||
color: colors.pri,
|
color: colors.pri,
|
||||||
fontSize: SIZE.xl,
|
fontSize: SIZE.xl,
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
@@ -51,6 +50,7 @@ export const SearchInput = props => {
|
|||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
paddingHorizontal: 0,
|
paddingHorizontal: 0,
|
||||||
margin: 0,
|
margin: 0,
|
||||||
|
fontFamily: 'OpenSans-SemiBold',
|
||||||
}}
|
}}
|
||||||
returnKeyLabel="Search"
|
returnKeyLabel="Search"
|
||||||
returnKeyType="search"
|
returnKeyType="search"
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ export const EditorTitle = () => {
|
|||||||
<TextInput
|
<TextInput
|
||||||
defaultValue={title}
|
defaultValue={title}
|
||||||
style={{
|
style={{
|
||||||
fontWeight:'bold',
|
fontFamily: 'OpenSans-SemiBold',
|
||||||
fontSize: SIZE.xl,
|
fontSize: SIZE.xl,
|
||||||
color: colors.heading,
|
color: colors.heading,
|
||||||
maxWidth: '100%',
|
maxWidth: '100%',
|
||||||
|
|||||||
Reference in New Issue
Block a user