[Clipclops] adjust scroll position, keyboard color (#3771)
* use the correct keyboard appearance based on theme * i guess the min index should be 1
This commit is contained in:
parent
611ff0c7e4
commit
268e30d21a
2 changed files with 4 additions and 3 deletions
|
|
@ -47,6 +47,7 @@ export function MessageInput({
|
|||
onFocus={onFocus}
|
||||
onBlur={onBlur}
|
||||
placeholderTextColor={t.palette.contrast_500}
|
||||
keyboardAppearance={t.name === 'light' ? 'light' : 'dark'}
|
||||
ref={inputRef}
|
||||
/>
|
||||
<Pressable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue