Cleanup and First Small Changes

This commit is contained in:
thschleicher 2023-11-30 09:26:00 +01:00
parent 739e5e8f08
commit 59696b2caf
18 changed files with 39 additions and 475 deletions

View file

@ -1,19 +0,0 @@
const tintColorLight = '#2f95dc';
const tintColorDark = '#fff';
export default {
light: {
text: '#000',
background: '#fff',
tint: tintColorLight,
tabIconDefault: '#ccc',
tabIconSelected: tintColorLight,
},
dark: {
text: '#fff',
background: '#000',
tint: tintColorDark,
tabIconDefault: '#ccc',
tabIconSelected: tintColorDark,
},
};