add register and login screens

This commit is contained in:
Jorrin
2024-04-20 00:11:02 +02:00
parent fcfd0d99cc
commit bbeb729156
20 changed files with 555 additions and 103 deletions

View File

@@ -23,7 +23,7 @@ export const SettingsSelector = () => {
<MaterialIcons
name="display-settings"
size={24}
color={theme.buttonSecondaryText.val}
color={theme.silver300.val}
/>
}
onPress={() => setOpen(true)}