1
0
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:
Zhiyuan Zheng
2020-12-04 19:04:23 +01:00
parent fcaea5b8d9
commit 82d9cdf702
5 changed files with 16 additions and 25 deletions

View File

@ -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)
}

View File

@ -3,7 +3,7 @@ const Base = 4
export const StyleConstants = {
Font: {
Size: {
S: 12,
S: 14,
M: 16,
L: 18
},