diff options
Diffstat (limited to 'components/Note.jsx')
-rw-r--r-- | components/Note.jsx | 5 |
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', |