Polished up some UI and added dark/light mode

This commit is contained in:
Christopher Sanden
2026-03-06 17:20:41 +01:00
parent 45ab15ff40
commit 3e81e46b1a
25 changed files with 472 additions and 309 deletions

View File

@@ -1 +1 @@
export { useColorScheme } from 'react-native';
export { useAppColorScheme as useColorScheme } from '@/src/theme/AppThemeProvider';