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

@@ -206,7 +206,7 @@ export default function SettingsScreen() {
android: "android",
})}
size={24}
color={theme.buttonSecondaryText.val}
color={theme.silver300.val}
/>
}
iconAfter={
@@ -229,7 +229,7 @@ export default function SettingsScreen() {
<MaterialCommunityIcons
name="broom"
size={24}
color={theme.buttonSecondaryText.val}
color={theme.silver300.val}
/>
}
onPress={() => clearCacheDirectory()}
@@ -304,7 +304,7 @@ export function UpdateSheet({
<MaterialCommunityIcons
name={Platform.select({ ios: "apple", android: "android" })}
size={24}
color={theme.buttonSecondaryText.val}
color={theme.silver300.val}
/>
}
onPress={() => WebBrowser.openBrowserAsync(downloadUrl)}