mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Refine format text
This commit is contained in:
@ -19,9 +19,5 @@ export const searchFetch = async (
|
||||
endpoint: 'search',
|
||||
query: { type, q: term, limit }
|
||||
})
|
||||
console.log('search query')
|
||||
console.log({ type, q: term, limit })
|
||||
console.log('search result')
|
||||
console.log(res.body)
|
||||
return Promise.resolve(res.body)
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ const Base = 4
|
||||
export const StyleConstants = {
|
||||
Font: {
|
||||
Size: {
|
||||
S: 12,
|
||||
S: 14,
|
||||
M: 16,
|
||||
L: 18
|
||||
},
|
||||
|
Reference in New Issue
Block a user