diff --git a/apps/mobile/share/search.js b/apps/mobile/share/search.js index faa6398d8..12ad6ff63 100644 --- a/apps/mobile/share/search.js +++ b/apps/mobile/share/search.js @@ -134,7 +134,7 @@ export const Search = ({close, getKeyboardHeight, quicknote}) => { { } ]} defaultValue={item} - placeholderTextColor={colors.icon} + placeholderTextColor={colors.placeholder} /> diff --git a/apps/mobile/src/components/SearchInput/index.js b/apps/mobile/src/components/SearchInput/index.js index 52d7f3330..f5af54dfe 100644 --- a/apps/mobile/src/components/SearchInput/index.js +++ b/apps/mobile/src/components/SearchInput/index.js @@ -62,7 +62,7 @@ export const SearchInput = props => { }} enablesReturnKeyAutomatically placeholder="Type a keyword" - placeholderTextColor={colors.icon} + placeholderTextColor={colors.placeholder} /> ); diff --git a/apps/mobile/src/components/Sheet/index.js b/apps/mobile/src/components/Sheet/index.js index 76a289b09..78d7a7c1d 100644 --- a/apps/mobile/src/components/Sheet/index.js +++ b/apps/mobile/src/components/Sheet/index.js @@ -54,6 +54,8 @@ const SheetWrapper = ({ } }; + console.log('Sheet keyboard handler',sheetKeyboardHandler) + return ( { padding: 0 }} placeholder="Note title" - placeholderTextColor={colors.icon} + placeholderTextColor={colors.placeholder} onChangeText={text => { setTitle(text); post('title', text); diff --git a/apps/mobile/src/views/Editor/tiny/toolbar/linkinput.js b/apps/mobile/src/views/Editor/tiny/toolbar/linkinput.js index f0ce91882..9cd9e4319 100644 --- a/apps/mobile/src/views/Editor/tiny/toolbar/linkinput.js +++ b/apps/mobile/src/views/Editor/tiny/toolbar/linkinput.js @@ -178,7 +178,7 @@ const ToolbarLinkInput = ({format, value, setVisible}) => { onChangeText={onChangeText} defaultValue={value} blurOnSubmit={false} - placeholderTextColor={colors.icon} + placeholderTextColor={colors.placeholder} /> */} {/* {mode === INPUT_MODE.EDITING && (