aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/add-note.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/app/dashboard/add-note.tsx')
-rw-r--r--apps/mobile/app/dashboard/add-note.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mobile/app/dashboard/add-note.tsx b/apps/mobile/app/dashboard/add-note.tsx
index 1f903e94..40c97456 100644
--- a/apps/mobile/app/dashboard/add-note.tsx
+++ b/apps/mobile/app/dashboard/add-note.tsx
@@ -39,7 +39,6 @@ export default function AddNote() {
<Text className="w-full text-center text-red-500">{error}</Text>
)}
<Input
- className="bg-white"
value={text}
onChangeText={setText}
multiline