1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-12-31 00:31:25 +01:00
parent b677c4b7ce
commit 4a25feb346
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ const themeColors: {
backgroundDefault: {
light: 'rgb(250, 250, 250)',
dark_lighter: 'rgb(44, 44, 44)',
dark_darker: 'rgb(18, 18, 18)'
dark_darker: 'rgb(0, 0, 0)'
},
backgroundDefaultTransparent: {
light: 'rgba(250, 250, 250, 0)',