1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Draft basic done

#6
This commit is contained in:
Zhiyuan Zheng
2021-02-07 00:39:11 +01:00
parent 700b9ad433
commit 03dc94c7c9
32 changed files with 684 additions and 170 deletions

View File

@@ -27,7 +27,7 @@ const themeColors: {
},
primaryOverlay: {
light: 'rgb(250, 250, 250)',
dark: 'rgb(180, 180, 180)'
dark: 'rgb(200, 200, 200)'
},
secondary: {
light: 'rgb(135, 135, 135)',
@@ -43,7 +43,7 @@ const themeColors: {
},
red: {
light: 'rgb(225, 45, 35)',
dark: 'rgb(225, 98, 89)'
dark: 'rgb(225, 78, 79)'
},
background: {