aboutsummaryrefslogtreecommitdiffstats
path: root/components/Note.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/Note.jsx')
-rw-r--r--components/Note.jsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/Note.jsx b/components/Note.jsx
index d13e786..cc5b119 100644
--- a/components/Note.jsx
+++ b/components/Note.jsx
@@ -20,10 +20,7 @@ const styles = StyleSheet.create({
textAlign: 'left',
padding: 15,
width: '100%',
- borderColor: '#222',
- borderStyle: 'solid',
- borderTopWidth: 1,
- borderBottomWidth: 1,
+ backgroundColor: 'black',
},
title: {
color: 'white',