[Clipclops] Use API data for clipclop list (#3769)
* use real API * remove extra tab icon * messages list web layout + style improvements * use style's text color for input * make new chat button way more obvious --------- Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
parent
bcd3678067
commit
7b694fd860
5 changed files with 204 additions and 124 deletions
|
@ -42,7 +42,7 @@ export function MessageInput({
|
|||
value={message}
|
||||
onChangeText={setMessage}
|
||||
placeholder="Write a message"
|
||||
style={[a.flex_1, a.text_sm, a.px_sm]}
|
||||
style={[a.flex_1, a.text_sm, a.px_sm, t.atoms.text]}
|
||||
onSubmitEditing={onSubmit}
|
||||
onFocus={onFocus}
|
||||
onBlur={onBlur}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue