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
2023-02-12 18:38:06 +01:00
parent 4a340fca8e
commit 79a92b5df7
31 changed files with 180 additions and 143 deletions

View File

@ -21,5 +21,7 @@ export const StyleConstants = {
Global: { PagePadding: Base * 4 }
},
BorderRadius: Base * 2,
Avatar: { XS: 32, S: 40, M: 48, L: 96 }
}

View File

@ -83,9 +83,9 @@ const themeColors: {
dark_darker: 'rgba(18, 18, 18, 0.5)'
},
backgroundOverlayInvert: {
light: 'rgba(25, 25, 25, 0.5)',
dark_lighter: 'rgba(0, 0, 0, 0.5)',
dark_darker: 'rgba(0, 0, 0, 0.5)'
light: 'rgba(25, 25, 25, 0.75)',
dark_lighter: 'rgba(0, 0, 0, 0.75)',
dark_darker: 'rgba(0, 0, 0, 0.75)'
},
border: {