diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-08-30 21:21:17 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-30 21:21:17 +0200 |
commit | 509785982a1b4ac9ab145bac90d97be7044228c4 (patch) | |
tree | 2ab074c254f0f88788b103a400ce0e308c044ec4 /app/(tabs)/index.tsx | |
parent | 7103a17512b77b816d7daa972b7fc14bdcab5e6b (diff) |
Init alert list page
Diffstat (limited to 'app/(tabs)/index.tsx')
-rw-r--r-- | app/(tabs)/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index b1eac11..d8fcccd 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -213,7 +213,6 @@ const styles = StyleSheet.create({ }, text: { marginBottom: 8, - color: '#333', }, formContainer: { marginTop: 20, |